Lines Matching refs:listen
10 ; - 'listen' (unixsocket)
28 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
30 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
32 ; 'port' - to listen on a TCP socket to all addresses
34 ; '/path/to/unix/socket' - to listen on a unix socket.
36 listen = 127.0.0.1:9000
38 ; Set listen(2) backlog.
40 ;listen.backlog = 511
48 ;listen.owner = @php_fpm_user@
49 ;listen.group = @php_fpm_group@
50 ;listen.mode = 0660
53 ; When set, listen.owner and listen.group are ignored
54 ;listen.acl_users =
55 ;listen.acl_groups =
63 ;listen.allowed_clients = 127.0.0.1
149 ; listen queue - the number of request in the queue of pending
150 ; connections (see backlog in listen(2));
151 ; max listen queue - the maximum number of requests in the queue
153 ; listen queue len - the size of the socket queue of pending connections;
169 ; listen queue: 0
170 ; max listen queue: 1
171 ; listen queue len: 42
247 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
249 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
251 ; 'port' - to listen on a TCP socket to all addresses
253 ; '/path/to/unix/socket' - to listen on a unix socket.
254 ; Default Value: value of the listen option