summaryrefslogtreecommitdiff
path: root/include/http_main.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-04-17 16:36:28 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-04-17 16:36:28 +0000
commita43f5c4eb3528b676e73ae3ab9f60d44898b4711 (patch)
tree471d503004b38bf675344f1a70c458402355dc76 /include/http_main.h
parent3f449a651eb953bfcc0ef353efaef350946ce676 (diff)
downloadhttpd-a43f5c4eb3528b676e73ae3ab9f60d44898b4711.tar.gz
Introduced -E startup_logfile_name option to httpd to allow admins
to begin logging errors immediately. This provides Win32 users an alternative to sending startup errors to the event viewer, and allows other daemon tool authors an alternative to logging to stderr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_main.h')
-rw-r--r--include/http_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_main.h b/include/http_main.h
index fdab7457e5..724f5575b4 100644
--- a/include/http_main.h
+++ b/include/http_main.h
@@ -63,7 +63,7 @@
* in apr_getopt() format. Use this for default'ing args that the MPM
* can safely ignore and pass on from its rewrite_args() handler.
*/
-#define AP_SERVER_BASEARGS "C:c:D:d:e:f:vVlLth?X"
+#define AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLth?X"
#ifdef __cplusplus
extern "C" {