]> granicus.if.org Git - php/commitdiff
typo
authorJérôme Loyet <fat@php.net>
Fri, 23 Apr 2010 13:56:14 +0000 (13:56 +0000)
committerJérôme Loyet <fat@php.net>
Fri, 23 Apr 2010 13:56:14 +0000 (13:56 +0000)
sapi/fpm/php-fpm.conf.in

index f999a00a252cd119dea885d27e16c033092b0fcc..e1469d545b01790b0d825de90ea8eb47c0c60212 100644 (file)
@@ -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