summarylogtreecommitdiffstats
path: root/php-fpm.conf.in.patch
diff options
context:
space:
mode:
authorVolkan Gümüs2017-04-14 00:04:52 +0300
committerVolkan Gümüs2017-04-14 00:04:52 +0300
commit0a1cd4a0ad5eeb1ff2fa9a622987525118feffda (patch)
treeac2b6f3a2b44682fe7786cdfda6413e526d90c0d /php-fpm.conf.in.patch
parent46328e7f9a997f2080d9b01ea32910302ca1fbb2 (diff)
downloadaur-0a1cd4a0ad5eeb1ff2fa9a622987525118feffda.tar.gz
merge php53 coexisting with php fix of aur user zlatkig
Diffstat (limited to 'php-fpm.conf.in.patch')
-rw-r--r--php-fpm.conf.in.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/php-fpm.conf.in.patch b/php-fpm.conf.in.patch
index ca8f92083616..349d013e69ac 100644
--- a/php-fpm.conf.in.patch
+++ b/php-fpm.conf.in.patch
@@ -2,10 +2,10 @@
+++ sapi/fpm/php-fpm.conf.in 2012-03-01 19:50:48.549947258 +0100
@@ -12,7 +12,7 @@
; Relative path can also be used. They will be prefixed by:
- ; - the global prefix if it's been set (-p arguement)
+ ; - the global prefix if it's been set (-p argument)
; - @prefix@ otherwise
-;include=etc/fpm.d/*.conf
-+;include=/etc/php/fpm.d/*.conf
++;include=/etc/php53/fpm.d/*.conf
;;;;;;;;;;;;;;;;;;
; Global Options ;
@@ -14,7 +14,7 @@
; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
; Default Value: none
-;pid = run/php-fpm.pid
-+pid = run/php-fpm/php-fpm.pid
++pid = run/php53-fpm/php-fpm.pid
; Error log file
; If it's set to "syslog", log is sent to syslogd instead of being written
@@ -23,8 +23,8 @@
; '/path/to/unix/socket' - to listen on a unix socket.
; Note: This value is mandatory.
-listen = 127.0.0.1:9000
-+;listen = 127.0.0.1:9000
-+listen = /var/run/php-fpm/php-fpm.sock
++;listen = 127.0.0.1:9001
++listen = /run/php53-fpm/php-fpm.sock
; Set listen(2) backlog.
; Default Value: 128 (-1 on FreeBSD and OpenBSD)