Searched refs:FCGI_ERROR (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/main/ |
H A D | fastcgi.h | 52 FCGI_ERROR = 4, enumerator
|
H A D | fastcgi.c | 700 fcgi_log(FCGI_ERROR, "Cannot resolve host name '%s'!\n", host); 703 … fcgi_log(FCGI_ERROR, "Host '%s' has multiple addresses. You must choose one explicitly!\n", host); 740 fcgi_log(FCGI_ERROR, "Listening socket's path name is too long.\n"); 763 fcgi_log(FCGI_ERROR, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); 800 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); 807 fcgi_log(FCGI_ERROR, "There are no allowed addresses"); 860 fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); 867 fcgi_log(FCGI_ERROR, "There are no allowed addresses"); 1411 …fcgi_log(FCGI_ERROR, "Connection disallowed: IP address '%s' has been dropped.", fcgi_get_last_cli… 1472 fcgi_log(FCGI_ERROR, "Too many open file descriptors. FD_SETSIZE limit exceeded.");
|
Completed in 13 milliseconds