From: Jérôme Loyet Date: Fri, 23 Apr 2010 13:56:14 +0000 (+0000) Subject: typo X-Git-Tag: php-5.4.0alpha1~191^2~1671 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=757d7ace9a5cb3e6a0a3c3e9d930b3e90daafb63;p=php typo --- diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in index f999a00a25..e1469d545b 100644 --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -78,7 +78,7 @@ listen = 127.0.0.1:9000 ; Each addresses must be separated by a comma ; default: any ; -;listen.allowed_client = 127.0.0.1 +;listen.allowed_clients = 127.0.0.1 ; Set permissions for unix socket, if one used. ; In Linux read/write permissions must be set in order to allow connections from web server. @@ -148,7 +148,7 @@ pm.max_children = 50 ; If not set, no URI will be recognized as a status page. ; By default, it returns text/plain looking like: ; accepted conn: 12073 -; pool: default +; pool: www ; process manager: static ; idle processes: 35 ; active processes: 65 @@ -212,6 +212,7 @@ pm.max_children = 50 ; The timeout (in seconds) for serving of single request after which a php backtrace will be dumped to slow.log file ; '0s' means 'off' ; available units are s(econd), m(inute), h(hour), or d(day) +; default: 0 ; ;request_slowlog_timeout = 0s @@ -276,8 +277,8 @@ pm.max_children = 50 ; ; default: nothing is defined but the ones in php.ini and at startup with the -d arguement ; -;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -fpool1@my.domain.com +;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -fwww@my.domain.com ;php_flag[display_errors] = off ;php_admin_value[error_log] = /var/log/fpm-php.www.log -;php_admin_value[log_errors] = on +;php_admin_flag[log_errors] = on ;php_admin_value[memory_limit] = 32M