--- php-5.3.1/sapi/fpm/conf/php-fpm.conf.in 2009-11-26 23:49:50.761930204 +0200 +++ php-5.3.1/sapi/fpm/conf/php-fpm.conf.in 2009-11-27 00:01:38.545190815 +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' - 127.0.0.1:@php_fpm_port@ + /var/run/php/fpm.sock @@ -110,7 +110,7 @@ 0s The log file for slow requests - @php_fpm_log_path@.slow + /var/log/fpm-slow.log Set open file desc rlimit 1024 @@ -129,7 +129,7 @@ Useful to work around memory leaks in 3rd party libraries. For endless request processing please specify 0 Equivalent to PHP_FCGI_MAX_REQUESTS - 500 + 100000 Comma separated list of ipv4 addresses of FastCGI clients that allowed to connect. Equivalent to FCGI_WEB_SERVER_ADDRS environment in original php.fcgi (5.2.2+) @@ -139,14 +139,7 @@ Pass environment variables like LD_LIBRARY_PATH All $VARIABLEs are taken from current environment - $HOSTNAME - /usr/local/bin:/usr/bin:/bin - /tmp - /tmp - /tmp - $OSTYPE - $MACHTYPE - 2 + $PATH