Commit 320b658c authored by Joshua Slive's avatar Joshua Slive
Browse files

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
parent 7d4318d8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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