summaryrefslogtreecommitdiff
path: root/support/apachectl.in
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2005-04-09 16:59:15 +0000
committerJoshua Slive <slive@apache.org>2005-04-09 16:59:15 +0000
commitfa4e8666003806970b6ef033d8d867f7a1ec0d89 (patch)
treec03851a209dd2d280d7061ac7770fecb900b9a1b /support/apachectl.in
parentd13b2de6e2e43932ae5ab74fc270961d205e011b (diff)
downloadhttpd-fa4e8666003806970b6ef033d8d867f7a1ec0d89.tar.gz
Merged the simple-conf branch changes r159781:160695 into the trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160696 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/apachectl.in')
-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