From 5421462b39a5b41014569af59d3861b9ffe8a44f Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 03 Sep 2009 10:50:30 -0400
Subject: [PATCH] Merged revisions 1335-1355

---
 server/conf/php-fcgi-starter.master |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/server/conf/php-fcgi-starter.master b/server/conf/php-fcgi-starter.master
index c3676ba..e6a9c39 100644
--- a/server/conf/php-fcgi-starter.master
+++ b/server/conf/php-fcgi-starter.master
@@ -3,8 +3,10 @@
 export PHPRC
 PHP_DOCUMENT_ROOT="<tmpl_var name='document_root'>"
 export PHP_DOCUMENT_ROOT
-PHP_FCGI_CHILDREN=<tmpl_var name='php_fcgi_children'>
-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.
+# PHP_FCGI_CHILDREN=<tmpl_var name='php_fcgi_children'>
+# export PHP_FCGI_CHILDREN
 PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'>
 export PHP_FCGI_MAX_REQUESTS
 exec <tmpl_var name='php_fcgi_bin'> \

--
Gitblit v1.9.1