--- embedaddon/php/sapi/fpm/php-fpm.conf.in 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/sapi/fpm/php-fpm.conf.in 2013/07/22 01:44:22 1.1.1.2.2.1 @@ -142,9 +142,9 @@ group = @php_fpm_group@ ; Note: This value is mandatory. listen = 127.0.0.1:9000 -; Set listen(2) backlog. A value of '-1' means unlimited. +; Set listen(2) backlog. ; Default Value: 128 (-1 on FreeBSD and OpenBSD) -;listen.backlog = -1 +;listen.backlog = 128 ; Set permissions for unix socket, if one is used. In Linux, read/write ; permissions must be set in order to allow connections from a web server. Many @@ -317,7 +317,7 @@ pm.max_spare_servers = 3 ; last request memory: 0 ; ; Note: There is a real-time FPM status monitoring sample web page available -; It's available in: @EXPANDED_DATADIR@/php/fpm/status.html +; It's available in: @EXPANDED_DATADIR@/fpm/status.html ; ; Note: The value must start with a leading slash (/). The value can be ; anything, but it may not be a good idea to use the .php extension or it @@ -399,7 +399,7 @@ pm.max_spare_servers = 3 ; %u: remote user ; ; Default: "%R - %u %t \"%m %r\" %s" -;access.format = %R - %u %t "%m %r%Q%q" %s %f %{mili}d %{kilo}M %C%% +;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%" ; The log file for slow requests ; Default Value: not set