Searched refs:error_log (Results 1 - 8 of 8) sorted by relevance
| /httpd/modules/lua/test/ |
| H A D | test_httpd.conf | 30 ErrorLog logs/error_log
|
| /httpd/server/ |
| H A D | log.c | 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 t [all...] |
| H A D | config.c | 2196 s->error_log = main_server->error_log; 2319 apr_file_open_stderr(&s->error_log, p);
|
| /httpd/test/ |
| H A D | make_sni.sh | 202 ErrorLog ${DIR}/logs/error_log 359 and keep an eye on ${DIR}/logs/error_log. When everything
|
| /httpd/include/ |
| H A D | http_core.h | 974 AP_DECLARE_HOOK(void, error_log, (const ap_errorlog_info *info,
|
| H A D | httpd.h | 129 #define DEFAULT_ERRORLOG "logs/error_log" 1274 apr_file_t *error_log; member in struct:server_rec
|
| /httpd/modules/generators/ |
| H A D | mod_cgid.c | 744 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 D | mod_ext_filter.c | 440 f->r->server->error_log, /* stderr in child */
|
Completed in 62 milliseconds