From: Jérôme Loyet Date: Mon, 2 Aug 2010 09:02:48 +0000 (+0000) Subject: correct php-fpm.conf: slowlog has no default value X-Git-Tag: php-5.3.4RC1~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c50d5385de2bdc5db28a280beb0a01130807776;p=php correct php-fpm.conf: slowlog has no default value --- diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in index 15024982bc..6a73047adc 100644 --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -212,7 +212,8 @@ pm.max_children = 50 ;request_slowlog_timeout = 0 ; The log file for slow requests -; Default Value: @EXPANDED_LOCALSTATEDIR@/log/php-fpm.log.slow +; Default Value: not set +; Note: slowlog is mandatory if request_slowlog_timeout is set ;slowlog = @EXPANDED_LOCALSTATEDIR@/log/php-fpm.log.slow ; Set open file descriptor rlimit.