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

Function log_init

modules/loggers/mod_log_forensic.c:106–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106static int log_init(apr_pool_t *pc, apr_pool_t *p, apr_pool_t *pt,
107 server_rec *s)
108{
109 for ( ; s ; s = s->next) {
110 if (!open_log(s, p)) {
111 return HTTP_INTERNAL_SERVER_ERROR;
112 }
113 }
114
115 return OK;
116}
117
118
119/* e is the first _invalid_ location in q

Callers

nothing calls this directly

Calls 1

open_logFunction · 0.85

Tested by

no test coverage detected