SOURCES: php-fcgi.sysconfig - adjusted defaults
glen
glen at pld-linux.org
Tue Mar 14 17:36:46 CET 2006
Author: glen Date: Tue Mar 14 16:36:46 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- adjusted defaults
---- Files affected:
SOURCES:
php-fcgi.sysconfig (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/php-fcgi.sysconfig
diff -u SOURCES/php-fcgi.sysconfig:1.2 SOURCES/php-fcgi.sysconfig:1.3
--- SOURCES/php-fcgi.sysconfig:1.2 Tue Sep 7 08:22:08 2004
+++ SOURCES/php-fcgi.sysconfig Tue Mar 14 17:36:41 2006
@@ -1,14 +1,23 @@
-# bind to tcp port 1026 on localhost, running as http:http
-SPAWNARGS="-p 1026 -u http -g http"
+# $Id$
-# bind to unix-domain socket, running as http:http
-#SPAWNARGS="-s /var/run/php-fcgi.sock -u http -g http"
+# Bind to tcp port 1026 on localhost, running as http:http
+#SPAWNARGS="-p 1026 -u http -g http"
-# number of PHP childs to spawn
-PHP_FCGI_CHILDREN=5
+# Bind to unix-domain socket, running as http:http
+SPAWNARGS="-s /var/run/php-fcgi.sock -u http -g http"
-## number of request server by a single php-process until is will be restarted
-PHP_FCGI_MAX_REQUESTS=1000
+# Number of PHP childs to spawn.
+PHP_FCGI_CHILDREN=16
-# IP adresses where PHP should access server connections from
-FCGI_WEB_SERVER_ADDRS="127.0.0.1,192.168.0.1"
+# Number of requests php-process will serve until it will be restarted by
+# php-fcgi.
+PHP_FCGI_MAX_REQUESTS=100000
+
+# Comma separated IP adresses where PHP should access server connections from
+FCGI_WEB_SERVER_ADDRS="127.0.0.1"
+
+# for PHP 5.x
+PHP_FCGI_BINARY=/usr/bin/php.fcgi
+
+# for PHP 4.x
+#PHP_FCGI_BINARY=/usr/bin/php4.fcgi
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/php-fcgi.sysconfig?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list