mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Merge branch 'PHP-5.5'
* PHP-5.5: increase backlog to the highest value everywhere
This commit is contained in:
commit
73788d1c23
@ -19,7 +19,7 @@
|
||||
#if (__FreeBSD__) || (__OpenBSD__)
|
||||
#define FPM_BACKLOG_DEFAULT -1
|
||||
#else
|
||||
#define FPM_BACKLOG_DEFAULT 128
|
||||
#define FPM_BACKLOG_DEFAULT 65535
|
||||
#endif
|
||||
|
||||
enum fpm_address_domain fpm_sockets_domain_from_address(char *addr);
|
||||
|
@ -159,8 +159,8 @@ group = @php_fpm_group@
|
||||
listen = 127.0.0.1:9000
|
||||
|
||||
; Set listen(2) backlog.
|
||||
; Default Value: 128 (-1 on FreeBSD and OpenBSD)
|
||||
;listen.backlog = 128
|
||||
; Default Value: 65535 (-1 on FreeBSD and OpenBSD)
|
||||
;listen.backlog = 65535
|
||||
|
||||
; 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
|
||||
|
Loading…
Reference in New Issue
Block a user