Home
last modified time | relevance | path

Searched refs:allowed_clients (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/sapi/fpm/tests/
H A Dsocket-invalid-allowed-clients.phpt17 listen.allowed_clients = xxx
32 $tester->expectLogLine("ERROR: Wrong IP address 'xxx' in listen.allowed_clients");
H A Dbug68428-ipv6-allowed-clients.phpt18 listen.allowed_clients = ::1
H A Dsocket-ipv4-allowed-clients.phpt18 listen.allowed_clients = 127.0.0.1
H A Dfcgi.inc918 … throw new ForbiddenException( 'Not in white list. Check listen.allowed_clients.' );
/PHP-8.2/main/
H A Dfastcgi.c248 static sa_t *allowed_clients = NULL; variable
556 if (allowed_clients) { in fcgi_shutdown()
557 free(allowed_clients); in fcgi_shutdown()
790 allowed_clients[n].sa.sa_family = AF_INET;
794 allowed_clients[n].sa.sa_family = AF_INET6;
802 allowed_clients[n].sa.sa_family = 0;
839 if (allowed_clients) free(allowed_clients);
850 allowed_clients[n].sa.sa_family = AF_INET;
854 allowed_clients[n].sa.sa_family = AF_INET6;
862 allowed_clients[n].sa.sa_family = 0;
[all …]
/PHP-8.2/sapi/fpm/
H A Dwww.conf.in69 ;listen.allowed_clients = 127.0.0.1

Completed in 29 milliseconds