Lines Matching refs:error_log
74 APR_HOOK_LINK(error_log)
214 * The trouble is, stderr_pool may have s_main->error_log,
333 s->error_log = dummy;
337 s->error_log = NULL;
351 if ((rc = apr_file_open(&s->error_log, fname,
398 if (s_main->error_log) {
402 apr_file_flush(s_main->error_log);
403 rv = apr_file_dup2(stderr_log, s_main->error_log, stderr_p);
406 "unable to replace stderr with error_log");
417 * Now that we have dup'ed s_main->error_log to stderr_log
418 * close it and set s_main->error_log to stderr_log. This avoids
424 apr_file_close(s_main->error_log);
425 s_main->error_log = stderr_log;
464 virt->error_log = q->error_log;
477 virt->error_log = NULL;
480 virt->error_log = s_main->error_log;
490 if (s->error_log != NULL) {
491 apr_file_dup2(s->error_log, errfile, s->process->pool);
1087 if (s->error_log) {
1088 logf = s->error_log;
1236 * We don't call the error_log hook for per-request/per-conn
1876 AP_IMPLEMENT_HOOK_VOID(error_log,