Home
last modified time | relevance | path

Searched refs:listen (Results 1 – 25 of 59) sorted by relevance

123

/PHP-7.2/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt11 listen = {{ADDR}}
12 listen.acl_users = nobody
13 listen.acl_groups = nobody
14 listen.mode = 0600
47 listen = {{ADDR:UDS}}
48 listen.acl_users = $users
49 listen.acl_groups = $groups
50 listen.mode = 0600
H A Dstatus-basic.phpt14 listen = {{ADDR}}
23 'listen queue' => 0,
24 'max listen queue' => 0,
H A Dsocket-invalid-allowed-clients.phpt16 listen = {{ADDR}}
17 listen.allowed_clients = xxx
32 $tester->expectLogLine("ERROR: Wrong IP address 'xxx' in listen.allowed_clients");
H A Dbug68423-multi-pool-all-pms.phpt14 listen = {{ADDR[dynamic]}}
23 listen = {{ADDR[ondemand]}}
30 listen = {{ADDR[static]}}
H A Dbug68428-ipv6-allowed-clients.phpt17 listen = {{ADDR:IPv6:ANY}}
18 listen.allowed_clients = ::1
H A Dsocket-ipv4-allowed-clients.phpt17 listen = {{ADDR:IPv6:ANY}}
18 listen.allowed_clients = 127.0.0.1
H A Dpool-apparmor-basic.phpt10 listen = {{ADDR}}
29 listen = {{ADDR:UDS}}
H A Dsocket-ipv4-basic.phpt14 listen = {{ADDR:IPv4}}
H A Dbug68381-log-level-warning.phpt17 listen = {{ADDR}}
H A Dsocket-ipv6-basic.phpt17 listen = {{ADDR:IPv6}}
H A Dbug68420-ipv4-all-addresses.phpt16 listen = {{PORT}}
H A Dsocket-uds-basic.phpt14 listen = {{ADDR:UDS}}
H A Dbug68458-pm-no-start-server.phpt17 listen = {{ADDR}}
H A Dfastcgi_finish_request_basic.phpt14 listen = {{ADDR}}
H A Dsocket-ipv6-any.phpt17 listen = {{ADDR:IPv6:ANY}}
H A Dstatus.inc28 'listen queue' => '\d+',
29 'max listen queue' => '\d+',
30 'listen queue len' => '\d+',
H A Dproc-no-start-server.phpt16 listen = {{ADDR}}
H A Dbug68421-ipv6-access-log.phpt17 listen = {{ADDR:IPv6:ANY}}
H A Dproc-user-ignored.phpt16 listen = {{ADDR}}
H A Dbug73342-nonblocking-stdio.phpt14 listen = {{ADDR}}
H A Dbug72573-http-proxy.phpt14 listen = {{ADDR}}
H A Dbug77934-reload-process-control.phpt16 listen = {{ADDR}}
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in10 ; - 'listen' (unixsocket)
36 listen = 127.0.0.1:9000
38 ; Set listen(2) backlog.
40 ;listen.backlog = 511
47 ;listen.owner = @php_fpm_user@
49 ;listen.mode = 0660
52 ; When set, listen.owner and listen.group are ignored
53 ;listen.acl_users =
54 ;listen.acl_groups =
168 ; listen queue: 0
[all …]
/PHP-7.2/ext/sockets/tests/
H A Dsocket_listen-wrongparams.phpt20 Warning: socket_listen(): unable to listen on socket [%d]: Invalid argument in %s on line %d
/PHP-7.2/win32/
H A Dsockets.c62 if (listen(sock[0], 2) != 0) { in socketpair()

Completed in 26 milliseconds

123