Searched refs:error_log (Results 1 - 8 of 8) sorted by relevance

/httpd/modules/lua/test/
H A Dtest_httpd.conf30 ErrorLog logs/error_log
/httpd/server/
H A Dlog.c74 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 t
[all...]
H A Dconfig.c2196 s->error_log = main_server->error_log;
2319 apr_file_open_stderr(&s->error_log, p);
/httpd/test/
H A Dmake_sni.sh202 ErrorLog ${DIR}/logs/error_log
359 and keep an eye on ${DIR}/logs/error_log. When everything
/httpd/include/
H A Dhttp_core.h974 AP_DECLARE_HOOK(void, error_log, (const ap_errorlog_info *info,
H A Dhttpd.h129 #define DEFAULT_ERRORLOG "logs/error_log"
1274 apr_file_t *error_log; member in struct:server_rec
/httpd/modules/generators/
H A Dmod_cgid.c744 apr_os_file_put(&r->server->error_log, &errfileno, 0, r->pool);
770 ((rc = apr_procattr_child_err_set(procattr, r->server->error_log, NULL)) != APR_SUCCESS) ||
/httpd/modules/filters/
H A Dmod_ext_filter.c440 f->r->server->error_log, /* stderr in child */

Completed in 62 milliseconds