--- php-5.2.6/sapi/cgi/fpm/conf/php-fpm.conf.in 2008-11-16 17:30:12.321010353 +0200 +++ php-5.2.9/sapi/cgi/fpm/conf/php-fpm.conf.in 2009-06-12 10:24:54.843655130 +0300 @@ -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:9000 + /var/run/php/fpm.sock @@ -60,10 +60,10 @@ Unix user of processes - + http Unix group of processes - + http Process manager settings @@ -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