MCPcopy Create free account
hub / github.com/apache/httpd / ap_log_mpm_common

Function ap_log_mpm_common

server/log.c:1609–1615  ·  view source on GitHub ↗

grab bag function to log commonly logged and shared info */

Source from the content-addressed store, hash-verified

1607
1608/* grab bag function to log commonly logged and shared info */
1609AP_DECLARE(void) ap_log_mpm_common(server_rec *s)
1610{
1611 ap_log_error(APLOG_MARK, APLOG_DEBUG , 0, s, APLOGNO(02639)
1612 "Using SO_REUSEPORT: %s (%d)",
1613 ap_have_so_reuseport ? "yes" : "no",
1614 ap_num_listen_buckets);
1615}
1616
1617AP_DECLARE(void) ap_remove_pid(apr_pool_t *p, const char *rel_fname)
1618{

Callers 6

prefork_runFunction · 0.85
worker_runFunction · 0.85
winnt_runFunction · 0.85
netware_runFunction · 0.85
event_runFunction · 0.85
http_log.hFile · 0.85

Calls 1

ap_log_errorFunction · 0.50

Tested by

no test coverage detected