summaryrefslogtreecommitdiff
path: root/include/http_main.h
diff options
context:
space:
mode:
authorAaron Bannert <aaron@apache.org>2002-10-07 01:39:20 +0000
committerAaron Bannert <aaron@apache.org>2002-10-07 01:39:20 +0000
commitb5be533385d4a05daf1caf5f87a370863ca7eab7 (patch)
tree905d2cbf4ab2db30b063f2e42706407d03b40735 /include/http_main.h
parent489751815bcb77ee98c47f057c6c8b81d44ad564 (diff)
downloadhttpd-b5be533385d4a05daf1caf5f87a370863ca7eab7.tar.gz
Add -S as a synonym for -t -DDUMP_VHOSTS
Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97120 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 46c322acc7..62cf673113 100644
--- a/include/http_main.h
+++ b/include/http_main.h
@@ -65,7 +65,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:e:f:vVlLth?X"
+#define AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtSh?X"
#ifdef __cplusplus
extern "C" {