Home
last modified time | relevance | path

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

1234

/PHP-7.4/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 Dfpm_get_status_basic.phpt14 listen = {{ADDR}}
53 ["listen-queue"]=>
55 ["max-listen-queue"]=>
57 ["listen-queue-len"]=>
H A Dbug68423-multi-pool-all-pms.phpt14 listen = {{ADDR[dynamic]}}
23 listen = {{ADDR[ondemand]}}
30 listen = {{ADDR[static]}}
H A Dsocket-uds-numeric-ugid.phpt18 listen = {{ADDR:UDS}}
19 listen.owner = 1234
20 listen.group = 1234
H A Dsocket-uds-numeric-ugid-nonroot.phpt18 listen = {{ADDR:UDS}}
19 listen.owner = {{UID}}
20 listen.group = {{GID}}
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 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 Dbug80849-fpm.phpt13 listen = {{ADDR}}
H A Dbug68458-pm-no-start-server.phpt17 listen = {{ADDR}}
H A Dbug68381-log-level-warning.phpt18 listen = {{ADDR}}
H A Dfastcgi_finish_request_basic.phpt14 listen = {{ADDR}}
H A Dsocket-ipv6-any.phpt17 listen = {{ADDR:IPv6:ANY}}
H A Dbug69625-no-script-filename.phpt14 listen = {{ADDR}}
H A Dlog-bwd-limit-1050-msg-2900.phpt16 listen = {{ADDR}}
H A Dlog-bwd-limit-64-too-low-error.phpt15 listen = {{ADDR}}
H A Dlog-bwd-limit-8000-msg-4096.phpt16 listen = {{ADDR}}
/PHP-7.4/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
48 ;listen.owner = @php_fpm_user@
50 ;listen.mode = 0660
53 ; When set, listen.owner and listen.group are ignored
54 ;listen.acl_users =
55 ;listen.acl_groups =
169 ; listen queue: 0
[all …]
/PHP-7.4/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

Completed in 22 milliseconds

1234