Home
last modified time | relevance | path

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

/PHP-8.1/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.inc657 throw new ForbiddenException('Not in white list. Check listen.allowed_clients.');
/PHP-8.1/main/
H A Dfastcgi.c250 static sa_t *allowed_clients = NULL; variable
558 if (allowed_clients) { in fcgi_shutdown()
559 free(allowed_clients); in fcgi_shutdown()
792 allowed_clients[n].sa.sa_family = AF_INET;
796 allowed_clients[n].sa.sa_family = AF_INET6;
804 allowed_clients[n].sa.sa_family = 0;
841 if (allowed_clients) free(allowed_clients);
852 allowed_clients[n].sa.sa_family = AF_INET;
856 allowed_clients[n].sa.sa_family = AF_INET6;
864 allowed_clients[n].sa.sa_family = 0;
[all …]
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in69 ;listen.allowed_clients = 127.0.0.1

Completed in 17 milliseconds