summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Loyet <fat@php.net>2010-04-23 13:56:14 +0000
committerJérôme Loyet <fat@php.net>2010-04-23 13:56:14 +0000
commit757d7ace9a5cb3e6a0a3c3e9d930b3e90daafb63 (patch)
tree36b6c69d368844e17e41ca0c7ce273805d9ecfb9
parente9f9f66f2ecc9cdd320081baa2151aa636dbaab1 (diff)
downloadphp-git-757d7ace9a5cb3e6a0a3c3e9d930b3e90daafb63.tar.gz
typo
-rw-r--r--sapi/fpm/php-fpm.conf.in9
1 files changed, 5 insertions, 4 deletions
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