summaryrefslogtreecommitdiffstats
path: root/include/http_main.h
diff options
context:
space:
mode:
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" {