]> git.pld-linux.org Git - packages/php.git/blob - php-fpm-config.patch
3ab8f694b99a132ee95a3d14d08f3015e9d9a17a
[packages/php.git] / php-fpm-config.patch
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.024519 seconds and 3 git commands to generate.