Searched defs:AP_LOG_FACILITY (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dsuexec.c79 #if !defined(AP_LOG_FACILITY) && defined(LOG_AUTHPRIV)
80 #define AP_LOG_FACILITY LOG_AUTHPRIV macro
81 #elif !defined(AP_LOG_FACILITY)
82 #define AP_LOG_FACILITY LOG_AUTH macro
159 openlog("suexec", LOG_PID, AP_LOG_FACILITY);

Completed in 8 milliseconds