updated on Wed Jan 11 16:09:51 UTC 2012
[aur-mirror.git] / fcgiwrap-git / conf
blob1f0fa4df921eedaaa674421c7a9601c883ab29f1
1 # Permission which the wrapper will be launched.
2 USER="http"
3 GROUP="http"
5 # Address and port which the wrapper will be listening to.
6 ADDRESS="127.0.0.1"
7 PORT="9001"
9 # Number of child process that are spawned.
10 FORK_CHILDREN=1
11 PHP_CHILDREN=0