Searched refs:fcgi_log (Results 1 – 3 of 3) sorted by relevance
/php-src/main/ |
H A D | fastcgi.c | 233 static fcgi_logger fcgi_log; variable 468 fcgi_log = lg; in fcgi_set_logger() 471 void __attribute__((weak)) fcgi_log(int type, const char *format, ...) { in fcgi_log() function 693 fcgi_log(FCGI_ERROR, "Cannot resolve host name '%s'!\n", host); in fcgi_listen() 733 fcgi_log(FCGI_ERROR, "Listening socket's path name is too long.\n"); 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() 1420 fcgi_log(FCGI_WARNING, "failed to get attributes of the connection socket"); [all …]
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 238 static void fcgi_log(int type, const char *format, ...) { in fcgi_log() function 1930 fcgi_set_logger(fcgi_log);
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_main.c | 418 void fcgi_log(int type, const char *fmt, ...) in fpm_fcgi_log()
|
Completed in 28 milliseconds