]> git.pld-linux.org Git - packages/php.git/blobdiff - php-fpm-config.patch
- up to 5.4.0alpha1
[packages/php.git] / php-fpm-config.patch
index 8dd9d97e5d469bf5cc2820c2913fd1f181e13d0f..47a52c49b7526c67a6d16086731d39d8c7a44ee5 100644 (file)
  
  ; Set permissions for unix socket, if one is used. In Linux, read/write
  ; permissions must be set in order to allow connections from a web server. Many
-@@ -159,12 +159,12 @@
- ; The desired minimum number of idle server processes.
- ; Note: Used only when pm is set to 'dynamic'
- ; Note: Mandatory when pm is set to 'dynamic'
--;pm.min_spare_servers = 5
-+pm.min_spare_servers = 5
- ; The desired maximum number of idle server processes.
- ; Note: Used only when pm is set to 'dynamic'
- ; Note: Mandatory when pm is set to 'dynamic'
--;pm.max_spare_servers = 35
-+pm.max_spare_servers = 35
-  
- ; The number of requests each child process should execute before respawning.
- ; This can be useful to work around memory leaks in 3rd party libraries. For
 @@ -277,7 +277,7 @@
  ; the current environment.
  ; Default Value: clean env
This page took 0.03345 seconds and 4 git commands to generate.