Home
last modified time | relevance | path

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

/php-src/main/
H A Dfastcgi.h52 FCGI_ERROR = 4, enumerator
H A Dfastcgi.c693 fcgi_log(FCGI_ERROR, "Cannot resolve host name '%s'!\n", host); in fcgi_listen()
696 … fcgi_log(FCGI_ERROR, "Host '%s' has multiple addresses. You must choose one explicitly!\n", host); in fcgi_listen()
733 fcgi_log(FCGI_ERROR, "Listening socket's path name is too long.\n"); in fcgi_listen()
756 fcgi_log(FCGI_ERROR, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); in fcgi_listen()
793 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); in fcgi_listen()
800 fcgi_log(FCGI_ERROR, "There are no allowed addresses"); in fcgi_listen()
853 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); in fcgi_set_allowed_clients()
860 fcgi_log(FCGI_ERROR, "There are no allowed addresses"); in fcgi_set_allowed_clients()
1402 …fcgi_log(FCGI_ERROR, "Connection disallowed: IP address '%s' has been dropped.", fcgi_get_last_cli…
1463 fcgi_log(FCGI_ERROR, "Too many open file descriptors. FD_SETSIZE limit exceeded.");

Completed in 12 milliseconds