--- sapi/fpm/php-fpm.conf 2010-12-13 21:48:51.000000000 +0100 +++ sapi/fpm/php-fpm.conf.new 2010-12-13 22:36:39.000000000 +0100 @@ -12,7 +12,7 @@ ; Relative path can also be used. They will be prefixed by: ; - the global prefix if it's been set (-p arguement) ; - /usr/lib64/php5.3 otherwise -;include=etc/fpm.d/*.conf +;include=/etc/fpm-php5.3/fpm.d/*.conf ;;;;;;;;;;;;;;;;;; ; Global Options ; @@ -22,12 +22,12 @@ ; Pid file ; Note: the default prefix is /var/lib ; Default Value: none -;pid = run/php-fpm.pid +pid = /var/run/php-fpm.pid ; Error log file ; Note: the default prefix is /var/lib ; Default Value: log/php-fpm.log -;error_log = log/php-fpm.log +error_log = /var/log/php-fpm.log ; Log level ; Possible Values: alert, error, warning, notice, debug @@ -159,12 +159,12 @@ ; The desired minimum number of idle server processes. ; Note: Used only when pm is set to 'dynamic' ; Note: Mandatory when pm is set to 'dynamic' -;pm.min_spare_servers = 5 +pm.min_spare_servers = 5 ; The desired maximum number of idle server processes. ; Note: Used only when pm is set to 'dynamic' ; Note: Mandatory when pm is set to 'dynamic' -;pm.max_spare_servers = 35 +pm.max_spare_servers = 35 ; The number of requests each child process should execute before respawning. ; This can be useful to work around memory leaks in 3rd party libraries. For