diff options
author | Jérôme Loyet <fat@php.net> | 2010-11-26 13:46:15 +0000 |
---|---|---|
committer | Jérôme Loyet <fat@php.net> | 2010-11-26 13:46:15 +0000 |
commit | f7cd7afd3323d5c4b31d4527f05f049d94674bba (patch) | |
tree | d2d92255eccf2d0c02dbf4369c6f7fd8701931bd /sapi/fpm/php-fpm.conf.in | |
parent | 7ffc4cb2aa2368d809687fe96bd08f44793aa34c (diff) | |
download | php-git-f7cd7afd3323d5c4b31d4527f05f049d94674bba.tar.gz |
- Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed)
Diffstat (limited to 'sapi/fpm/php-fpm.conf.in')
-rw-r--r-- | sapi/fpm/php-fpm.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in index bceef97e1c..cb480f538e 100644 --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -268,6 +268,8 @@ pm.max_children = 50 ; Redirect worker stdout and stderr into main error log. If not set, stdout and ; stderr will be redirected to /dev/null according to FastCGI specs. +; Note: on highloaded environement, this can cause some delay in the page +; process time (several ms). ; Default Value: no ;catch_workers_output = yes |