From: Xinchen Hui Date: Mon, 5 Jan 2015 03:04:32 +0000 (-0500) Subject: This is 511 now (ebf4ffc9354f316f19c839a114b26a564033708a) X-Git-Tag: PRE_PHP7_REMOVALS~31^2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80c0a02286919fa47753c1a352f12b5c376d9762;p=php This is 511 now (ebf4ffc9354f316f19c839a114b26a564033708a) --- diff --git a/sapi/fpm/www.conf.in b/sapi/fpm/www.conf.in index 1f0130c866..07f546289a 100644 --- a/sapi/fpm/www.conf.in +++ b/sapi/fpm/www.conf.in @@ -36,8 +36,8 @@ group = @php_fpm_group@ listen = 127.0.0.1:9000 ; Set listen(2) backlog. -; Default Value: 65535 (-1 on FreeBSD and OpenBSD) -;listen.backlog = 65535 +; Default Value: 511 +;listen.backlog = 511 ; 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