fcgi_log 237 main/fastcgi.c static fcgi_logger fcgi_log; fcgi_log 467 main/fastcgi.c fcgi_log = lg; fcgi_log 698 main/fastcgi.c fcgi_log(FCGI_ERROR, "Cannot resolve host name '%s'!\n", host); fcgi_log 701 main/fastcgi.c fcgi_log(FCGI_ERROR, "Host '%s' has multiple addresses. You must choose one explicitly!\n", host); fcgi_log 738 main/fastcgi.c fcgi_log(FCGI_ERROR, "Listening socket's path name is too long.\n"); fcgi_log 761 main/fastcgi.c fcgi_log(FCGI_ERROR, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); fcgi_log 798 main/fastcgi.c fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); fcgi_log 805 main/fastcgi.c fcgi_log(FCGI_ERROR, "There are no allowed addresses"); fcgi_log 858 main/fastcgi.c fcgi_log(FCGI_ERROR, "Wrong IP address '%s' in listen.allowed_clients", cur); fcgi_log 865 main/fastcgi.c fcgi_log(FCGI_ERROR, "There are no allowed addresses"); fcgi_log 1401 main/fastcgi.c fcgi_log(FCGI_ERROR, "Connection disallowed: IP address '%s' has been dropped.", fcgi_get_last_client_ip()); fcgi_log 1456 main/fastcgi.c fcgi_log(FCGI_ERROR, "Too many open file descriptors. FD_SETSIZE limit exceeded."); fcgi_log 1947 sapi/cgi/cgi_main.c fcgi_set_logger(fcgi_log); fcgi_log 463 sapi/fpm/fpm/fpm_main.c void fcgi_log(int type, const char *fmt, ...)