]> git.pld-linux.org Git - packages/php.git/blob - php-fpm-config.patch
This commit was manufactured by cvs2git to create branch 'DEVEL'.
[packages/php.git] / php-fpm-config.patch
1 --- php-5.3.6/sapi/fpm/php-fpm.conf.in  2011-04-22 15:16:07.304822817 +0300
2 +++ php-5.3.6/sapi/fpm/php-fpm.conf.in  2011-04-22 15:19:46.991588712 +0300
3 @@ -22,7 +22,7 @@
4  ; Pid file
5  ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
6  ; Default Value: none
7 -;pid = run/php-fpm.pid
8 +pid = /var/run/php/fpm.pid
9  
10  ; Error log file
11  ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
12 @@ -93,7 +93,7 @@
13  ;                            specific port;
14  ;   '/path/to/unix/socket' - to listen on a unix socket.
15  ; Note: This value is mandatory.
16 -listen = 127.0.0.1:9000
17 +listen = /var/run/php/fpm.sock
18  
19  ; Set listen(2) backlog. A value of '-1' means unlimited.
20  ; Default Value: 128 (-1 on FreeBSD and OpenBSD)
21 @@ -105,7 +105,7 @@
22  ; must be separated by a comma. If this value is left blank, connections will be
23  ; accepted from any ip address.
24  ; Default Value: any
25 -;listen.allowed_clients = 127.0.0.1
26 +listen.allowed_clients = 127.0.0.1
27  
28  ; Set permissions for unix socket, if one is used. In Linux, read/write
29  ; permissions must be set in order to allow connections from a web server. Many
30 @@ -277,7 +277,7 @@
31  ; the current environment.
32  ; Default Value: clean env
33  ;env[HOSTNAME] = $HOSTNAME
34 -;env[PATH] = /usr/local/bin:/usr/bin:/bin
35 +env[PATH] = $PATH
36  ;env[TMP] = /tmp
37  ;env[TMPDIR] = /tmp
38  ;env[TEMP] = /tmp
This page took 0.024744 seconds and 3 git commands to generate.