diff options
author | Joshua Slive <slive@apache.org> | 2005-04-09 18:59:15 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2005-04-09 18:59:15 +0200 |
commit | fa4e8666003806970b6ef033d8d867f7a1ec0d89 (patch) | |
tree | c03851a209dd2d280d7061ac7770fecb900b9a1b /support/apachectl.in | |
parent | Simplify canon_handler. There is no thing like ajps: (diff) | |
download | apache2-fa4e8666003806970b6ef033d8d867f7a1ec0d89.tar.xz apache2-fa4e8666003806970b6ef033d8d867f7a1ec0d89.zip |
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.in | 6 |
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 |