fat Fri, 23 Apr 2010 13:56:14 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=298375
Log:
typo
Changed paths:
U php/php-src/trunk/sapi/fpm/php-fpm.conf.in
Modified: php/php-src/trunk/sapi/fpm/php-fpm.conf.in
===================================================================
--- php/php-src/trunk/sapi/fpm/php-fpm.conf.in 2010-04-23 13:54:40 UTC (rev
298374)
+++ php/php-src/trunk/sapi/fpm/php-fpm.conf.in 2010-04-23 13:56:14 UTC (rev
298375)
@@ -78,7 +78,7 @@
; 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 @@
; 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 @@
; 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 @@
;
; 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
[email protected]
+;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i [email protected]
;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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php