summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-05-24 20:48:10 +0200
committerJeff Trawick <trawick@apache.org>2002-05-24 20:48:10 +0200
commitfc658e628bc7a2f23790d5be97e5d8f6e25d755a (patch)
tree8c895ea0153542c044d22632661a1504d0c5430f /server/mpm_common.c
parentWin32: Shutdown the listeners before telling the accept threads to quit. (diff)
downloadapache2-fc658e628bc7a2f23790d5be97e5d8f6e25d755a.tar.xz
apache2-fc658e628bc7a2f23790d5be97e5d8f6e25d755a.zip
the "-k startssl" parameter is reverted by popular demand
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm_common.c')
-rw-r--r--server/mpm_common.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/server/mpm_common.c b/server/mpm_common.c
index 36c02af4b9..bfe7c755d3 100644
--- a/server/mpm_common.c
+++ b/server/mpm_common.c
@@ -850,14 +850,6 @@ void ap_mpm_rewrite_args(process_rec *process)
dash_k_arg = optarg;
break;
}
- if (!strcmp(optarg, "startssl")) {
- char **new_define;
-
- dash_k_arg = "start";
- new_define = (char **)apr_array_push(ap_server_config_defines);
- *new_define = "SSL";
- break;
- }
}
default:
*(const char **)apr_array_push(mpm_new_argv) =