]> git.pld-linux.org Git - packages/php.git/commitdiff
namespace sock and pid
authorElan Ruusamäe <glen@delfi.ee>
Fri, 5 Oct 2012 16:14:13 +0000 (19:14 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 5 Oct 2012 16:14:30 +0000 (19:14 +0300)
php-fpm-config.patch

index a2068e9f04e7d018ad2e7c35a613fa557c11ecb7..34948a1f367f93aa001eb4bd5c3692bd04adec6c 100644 (file)
@@ -5,7 +5,7 @@
  ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
  ; Default Value: none
 -;pid = run/php-fpm.pid
-+pid = /var/run/php/fpm.pid
++pid = /var/run/php/@processname@.pid
  
  ; Error log file
  ; If it's set to "syslog", log is sent to syslogd instead of being written
@@ -14,7 +14,7 @@
  ;   '/path/to/unix/socket' - to listen on a unix socket.
  ; Note: This value is mandatory.
 -listen = 127.0.0.1:9000
-+listen = /var/run/php/fpm.sock
++listen = /var/run/php/@processname@.sock
  
  ; Set listen(2) backlog. A value of '-1' means unlimited.
  ; Default Value: 128 (-1 on FreeBSD and OpenBSD)
This page took 0.042215 seconds and 4 git commands to generate.