Home
last modified time | relevance | path

Searched refs:FCGI_ERROR (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/main/
H A Dfastcgi.h54 FCGI_ERROR = 4, enumerator
H A Dfastcgi.c703 fcgi_log(FCGI_ERROR, "Cannot resolve host name '%s'!\n", host); in fcgi_listen()
706 … fcgi_log(FCGI_ERROR, "Host '%s' has multiple addresses. You must choose one explicitly!\n", host); in fcgi_listen()
743 fcgi_log(FCGI_ERROR, "Listening socket's path name is too long.\n"); in fcgi_listen()
766 fcgi_log(FCGI_ERROR, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); in fcgi_listen()
803 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); in fcgi_listen()
810 fcgi_log(FCGI_ERROR, "There are no allowed addresses"); in fcgi_listen()
863 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); in fcgi_set_allowed_clients()
870 fcgi_log(FCGI_ERROR, "There are no allowed addresses"); in fcgi_set_allowed_clients()
1414 …fcgi_log(FCGI_ERROR, "Connection disallowed: IP address '%s' has been dropped.", fcgi_get_last_cli…
1465 fcgi_log(FCGI_ERROR, "Too many open file descriptors. FD_SETSIZE limit exceeded.");

Completed in 10 milliseconds