Skip to content

Commit 386d5b3

Browse files
committed
Removed PHP_FCGI_CHILDREN variable form fcgi starter script. See http://www.howtoforge.com/forums/showthread.php?t=38650
1 parent 60e06a6 commit 386d5b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

server/conf/php-fcgi-starter.master

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ PHPRC="<tmpl_var name='php_ini_path'>"
33
export PHPRC
44
PHP_DOCUMENT_ROOT="<tmpl_var name='document_root'>"
55
export PHP_DOCUMENT_ROOT
6-
PHP_FCGI_CHILDREN=<tmpl_var name='php_fcgi_children'>
7-
export PHP_FCGI_CHILDREN
6+
# The variable PHP_FCGI_CHILDREN is onyl useful for lighty or nginx as apache
7+
# mod_fcgi will control the number of childs themself and never use the additional processes.
8+
# PHP_FCGI_CHILDREN=<tmpl_var name='php_fcgi_children'>
9+
# export PHP_FCGI_CHILDREN
810
PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'>
911
export PHP_FCGI_MAX_REQUESTS
1012
exec <tmpl_var name='php_fcgi_bin'> \

0 commit comments

Comments
 (0)