]> git.pld-linux.org Git - packages/php.git/commitdiff
- upper PHP_FCGI_MAX_REQUESTS
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 12 Jun 2009 07:26:01 +0000 (07:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-fpm-config.patch -> 1.3

php-fpm-config.patch

index b8745fe3cad83a7473062ef9cd0543648f055cef..ead54524ecc4cc7437c58350ae9914642deee2df 100644 (file)
@@ -1,5 +1,5 @@
 --- php-5.2.6/sapi/cgi/fpm/conf/php-fpm.conf.in        2008-11-16 17:30:12.321010353 +0200
-+++ php-5.2.6/sapi/cgi/fpm/conf/php-fpm.conf.in        2008-11-16 17:30:12.321010353 +0200
++++ php-5.2.9/sapi/cgi/fpm/conf/php-fpm.conf.in        2009-06-12 10:24:54.843655130 +0300
 @@ -38,7 +38,7 @@
  
                        Address to accept fastcgi requests on.
  
                        Process manager settings
                        <value name="pm">
+@@ -129,7 +129,7 @@
+                       Useful to work around memory leaks in 3rd party libraries.
+                       For endless request processing please specify 0
+                       Equivalent to PHP_FCGI_MAX_REQUESTS
+-                      <value name="max_requests">500</value>
++                      <value name="max_requests">100000</value>
+                       Comma separated list of ipv4 addresses of FastCGI clients that allowed to connect.
+                       Equivalent to FCGI_WEB_SERVER_ADDRS environment in original php.fcgi (5.2.2+)
 @@ -139,14 +139,7 @@
                        Pass environment variables like LD_LIBRARY_PATH
                        All $VARIABLEs are taken from current environment
This page took 0.561462 seconds and 4 git commands to generate.