Home
last modified time | relevance | path

Searched refs:fcgi_log (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/main/
H A Dfastcgi.c235 static fcgi_logger fcgi_log; variable
470 fcgi_log = lg; in fcgi_set_logger()
473 void __attribute__((weak)) fcgi_log(int type, const char *format, ...) { in fcgi_log() function
700 fcgi_log(FCGI_ERROR, "Cannot resolve host name '%s'!\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");
[all …]
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c234 static void fcgi_log(int type, const char *format, ...) { in fcgi_log() function
1942 fcgi_set_logger(fcgi_log);
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c418 void fcgi_log(int type, const char *fmt, ...) in fpm_fcgi_log()

Completed in 34 milliseconds