]> git.pld-linux.org Git - packages/php.git/commitdiff
version php-fpm paths
authorElan Ruusamäe <glen@delfi.ee>
Wed, 1 Aug 2012 22:56:40 +0000 (01:56 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 1 Aug 2012 22:56:40 +0000 (01:56 +0300)
php-fpm-config.patch

index 47a52c49b7526c67a6d16086731d39d8c7a44ee5..bf13cc4ebb1faf5be915eec454c350dde83a53ab 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
  ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
@@ -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.041911 seconds and 4 git commands to generate.