]> git.pld-linux.org Git - packages/php.git/blob - php-fpm-config.patch
- add oci as release ext
[packages/php.git] / php-fpm-config.patch
1 --- php-5.3.3/sapi/fpm/php-fpm.conf.in  2010-07-24 22:29:56.752470466 +0300
2 +++ php-5.3.3/sapi/fpm/php-fpm.conf.in  2010-07-25 22:30:52.547803067 +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 @@ -84,7 +84,7 @@
13  ; must be separated by a comma. If this value is left blank, connections will be
14  ; accepted from any ip address.
15  ; Default Value: any
16 -;listen.allowed_clients = 127.0.0.1
17 +listen.allowed_clients = 127.0.0.1
18  
19  ; Set permissions for unix socket, if one is used. In Linux, read/write
20  ; permissions must be set in order to allow connections from a web server. Many
21 @@ -159,12 +159,12 @@
22  ; The desired minimum number of idle server processes.
23  ; Note: Used only when pm is set to 'dynamic'
24  ; Note: Mandatory when pm is set to 'dynamic'
25 -;pm.min_spare_servers = 5
26 +pm.min_spare_servers = 5
27  
28  ; The desired maximum number of idle server processes.
29  ; Note: Used only when pm is set to 'dynamic'
30  ; Note: Mandatory when pm is set to 'dynamic'
31 -;pm.max_spare_servers = 35
32 +pm.max_spare_servers = 35
33   
34  ; The number of requests each child process should execute before respawning.
35  ; This can be useful to work around memory leaks in 3rd party libraries. For
36 @@ -245,7 +245,7 @@
37  ; the current environment.
38  ; Default Value: clean env
39  ;env[HOSTNAME] = $HOSTNAME
40 -;env[PATH] = /usr/local/bin:/usr/bin:/bin
41 +env[PATH] = $PATH
42  ;env[TMP] = /tmp
43  ;env[TMPDIR] = /tmp
44  ;env[TEMP] = /tmp
This page took 0.03817 seconds and 3 git commands to generate.