; 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.
; 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
; 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
;
; 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