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
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