]> git.pld-linux.org Git - packages/php.git/commitdiff
- run as http, use unix socket by default
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 16 Nov 2008 15:37:15 +0000 (15:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-fpm-config.patch -> 1.1

php-fpm-config.patch [new file with mode: 0644]

diff --git a/php-fpm-config.patch b/php-fpm-config.patch
new file mode 100644 (file)
index 0000000..3ab8f69
--- /dev/null
@@ -0,0 +1,24 @@
+--- php-5.2.6/sapi/cgi/fpm/conf/php-fpm.conf.in~       2008-11-16 17:28:21.256858344 +0200
++++ php-5.2.6/sapi/cgi/fpm/conf/php-fpm.conf.in        2008-11-16 17:30:12.321010353 +0200
+@@ -38,7 +38,7 @@
+                       Address to accept fastcgi requests on.
+                       Valid syntax is 'ip.ad.re.ss:port' or just 'port' or '/path/to/unix/socket'
+-                      <value name="listen_address">127.0.0.1:9000</value>
++                      <value name="listen_address">/var/run/php/fpm.sock</value>
+                       <value name="listen_options">
+@@ -60,10 +60,10 @@
+                       </value>
+                       Unix user of processes
+-              <!--    <value name="user">nobody</value>                               -->
++                      <value name="user">http</value>
+                       Unix group of processes
+-              <!--    <value name="group">@php_fpm_group@</value>             -->
++                      <value name="group">http</value>
+                       Process manager settings
+                       <value name="pm">
This page took 0.072412 seconds and 4 git commands to generate.