We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e06a6 commit 386d5b3Copy full SHA for 386d5b3
server/conf/php-fcgi-starter.master
@@ -3,8 +3,10 @@ PHPRC="<tmpl_var name='php_ini_path'>"
3
export PHPRC
4
PHP_DOCUMENT_ROOT="<tmpl_var name='document_root'>"
5
export PHP_DOCUMENT_ROOT
6
-PHP_FCGI_CHILDREN=<tmpl_var name='php_fcgi_children'>
7
-export PHP_FCGI_CHILDREN
+# The variable PHP_FCGI_CHILDREN is onyl useful for lighty or nginx as apache
+# 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
10
PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'>
11
export PHP_FCGI_MAX_REQUESTS
12
exec <tmpl_var name='php_fcgi_bin'> \
0 commit comments