summaryrefslogtreecommitdiff
path: root/parabolaweb.conf
blob: e598e378d99d566e438a0d2b44996220bf0cda50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
WEBUSER=nobody
WEBDIR=/srv/http/web

GITURL='git://projects.parabola.nu/parabolaweb.git#branch=master'

RUNMAKE='pacman -Q parabolaweb-dev'

#  method=IMPL          prefork or threaded (default fork).
#  maxrequests=NUMBER   number of requests a child handles before it is
#                       killed and a new child is forked (0 = no limit).
#  maxspare=NUMBER      max number of spare processes / threads (default 5).
#  minspare=NUMBER      min number of spare processes / threads (default 2).
#  maxchildren=NUMBER   hard limit number of processes / threads (default 50).
#  debug=BOOL           set to true to enable flup tracebacks.
FCGIARGS=()

INOTIFYARGS=('/srv/ftp/%(repo)s/os/%(arch)s/')