summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2005-04-04 20:25:13 +0000
committerJoshua Slive <slive@apache.org>2005-04-04 20:25:13 +0000
commit5c21f64bf7efa75d2b303e9affb0cac67b7e4fd3 (patch)
tree4a6ede809ebb28e531b233587da41cff4c3e65dd
parent1cd94dd2ffbdf89dc7617544e3d2481bab9d673d (diff)
downloadhttpd-5c21f64bf7efa75d2b303e9affb0cac67b7e4fd3.tar.gz
Remove "apachectl startssl" support. As mentioned before,
99% of people either want to have SSL all the time, or they don't want to have it at all, so making it selectable at launch time is just confusing. The accompanying <IfDefine SSL> stuff has already been removed from the config files.` git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160094 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--support/apachectl.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/support/apachectl.in b/support/apachectl.in
index 062f6c9b89..8a2b6dba4a 100644
--- a/support/apachectl.in
+++ b/support/apachectl.in
@@ -81,8 +81,10 @@ start|stop|restart|graceful)
ERROR=$?
;;
startssl|sslstart|start-SSL)
- $HTTPD -k start -DSSL
- ERROR=$?
+ echo The startssl option is no longer supported.
+ echo Please edit httpd.conf to include the SSL configuration settings
+ echo and then use "apachectl start".
+ ERROR=2
;;
configtest)
$HTTPD -t