Home
last modified time | relevance | path

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

/PHP-5.6/sapi/fpm/fpm/
H A Dfastcgi.c145 static sa_t *allowed_clients = NULL; variable
240 if (allowed_clients) { in fcgi_shutdown()
241 free(allowed_clients); in fcgi_shutdown()
258 if (allowed_clients) free(allowed_clients); in fcgi_set_allowed_clients()
259 allowed_clients = malloc(sizeof(sa_t) * (n+2)); in fcgi_set_allowed_clients()
269 allowed_clients[n].sa.sa_family = AF_INET; in fcgi_set_allowed_clients()
272 allowed_clients[n].sa.sa_family = AF_INET6; in fcgi_set_allowed_clients()
279 allowed_clients[n].sa.sa_family = 0; in fcgi_set_allowed_clients()
775 if (!allowed_clients) { in fcgi_is_allowed()
780 if (allowed_clients[i].sa.sa_family == AF_INET in fcgi_is_allowed()
[all …]
/PHP-5.6/sapi/fpm/tests/
H A D015.phpt24 listen.allowed_clients=127.0.0.1
33 listen.allowed_clients=xxx
81 …: [pool pool2] child %d said into stderr: "ERROR: Wrong IP address 'xxx' in listen.allowed_clients"
H A D005.phpt21 listen.allowed_clients = 127.0.0.1
H A D006.phpt21 listen.allowed_clients = ::1
H A D016.phpt30 listen.allowed_clients=127.0.0.1
H A Dfcgi.inc569 throw new ForbiddenException('Not in white list. Check listen.allowed_clients.');
/PHP-5.6/sapi/cgi/
H A Dfastcgi.c146 static in_addr_t *allowed_clients = NULL; variable
486 if (allowed_clients) { in fcgi_shutdown()
487 free(allowed_clients); in fcgi_shutdown()
706 allowed_clients = malloc(sizeof(in_addr_t) * (n+2)); in fcgi_listen()
715 allowed_clients[n] = inet_addr(cur); in fcgi_listen()
716 if (allowed_clients[n] == INADDR_NONE) { in fcgi_listen()
722 allowed_clients[n] = INADDR_NONE; in fcgi_listen()
1197 if (allowed_clients) {
1201 while (allowed_clients[n] != INADDR_NONE) {
1202 if (allowed_clients[n] == sa.sa_inet.sin_addr.s_addr) {
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in62 ;listen.allowed_clients = 127.0.0.1
H A Dphp-fpm.conf.in190 ;listen.allowed_clients = 127.0.0.1
/PHP-5.6/
H A DNEWS1704 . Fixed bug #68751 (listen.allowed_clients is broken). (Remi)
1786 . Fixed bug #68428 (listen.allowed_clients is IPv4 only). (Remi)
1790 . Fixed bug #68463 (listen.allowed_clients can silently result
1853 . Implemented FR #55508 (listen and listen.allowed_clients should take IPv6

Completed in 45 milliseconds