diff options
Diffstat (limited to 'include/http_main.h')
-rw-r--r-- | include/http_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_main.h b/include/http_main.h index 912062967f..cfe3f81d27 100644 --- a/include/http_main.h +++ b/include/http_main.h @@ -22,7 +22,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:vVlLtSh?X" +#define AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtSMh?X" #ifdef __cplusplus extern "C" { |