]> git.pld-linux.org Git - packages/php.git/commitdiff
- update pm.status_path = /fpm-status in sample config
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Dec 2011 17:09:12 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-fpm-config.patch -> 1.12

php-fpm-config.patch

index 8dd9d97e5d469bf5cc2820c2913fd1f181e13d0f..f84af510e20d6717eb3fdf5cf05c4282a8f53b0a 100644 (file)
@@ -1,5 +1,5 @@
---- php-5.3.6/sapi/fpm/php-fpm.conf.in 2011-04-22 15:16:07.304822817 +0300
-+++ php-5.3.6/sapi/fpm/php-fpm.conf.in 2011-04-22 15:19:46.991588712 +0300
+--- php-5.3.6/sapi/fpm/php-fpm.conf.in 2011-04-22 15:19:46.991588712 +0300
++++ php-5.3.8/sapi/fpm/php-fpm.conf.in 2011-12-21 19:07:47.320624976 +0200
 @@ -22,7 +22,7 @@
  ; Pid file
  ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
   
  ; 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
+@@ -214,7 +214,7 @@
+ ;       anything, but it may not be a good idea to use the .php extension or it
+ ;       may conflict with a real PHP file.
+ ; Default Value: not set 
+-;pm.status_path = /status
++;pm.status_path = /fpm-status
+  
+ ; The ping URI to call the monitoring page of FPM. If this value is not set, no
+ ; URI will be recognized as a ping page. This could be used to test from outside
 @@ -277,7 +277,7 @@
  ; the current environment.
  ; Default Value: clean env
This page took 0.038116 seconds and 4 git commands to generate.