]> git.pld-linux.org Git - packages/php.git/blame - php-fpm-config.patch
- logrotate
[packages/php.git] / php-fpm-config.patch
CommitLineData
530d4aa0
ER
1--- php-5.2.6/sapi/cgi/fpm/conf/php-fpm.conf.in~ 2008-11-16 17:28:21.256858344 +0200
2+++ php-5.2.6/sapi/cgi/fpm/conf/php-fpm.conf.in 2008-11-16 17:30:12.321010353 +0200
3@@ -38,7 +38,7 @@
4
5 Address to accept fastcgi requests on.
6 Valid syntax is 'ip.ad.re.ss:port' or just 'port' or '/path/to/unix/socket'
7- <value name="listen_address">127.0.0.1:9000</value>
8+ <value name="listen_address">/var/run/php/fpm.sock</value>
9
10 <value name="listen_options">
11
12@@ -60,10 +60,10 @@
13 </value>
14
15 Unix user of processes
16- <!-- <value name="user">nobody</value> -->
17+ <value name="user">http</value>
18
19 Unix group of processes
20- <!-- <value name="group">@php_fpm_group@</value> -->
21+ <value name="group">http</value>
22
23 Process manager settings
24 <value name="pm">
This page took 0.401922 seconds and 4 git commands to generate.