You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2005/04/04 22:25:14 UTC

svn commit: r160094 - httpd/httpd/branches/simple-conf/support/apachectl.in

Author: slive
Date: Mon Apr  4 13:25:13 2005
New Revision: 160094

URL: http://svn.apache.org/viewcvs?view=rev&rev=160094
Log:
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.`

Modified:
    httpd/httpd/branches/simple-conf/support/apachectl.in

Modified: httpd/httpd/branches/simple-conf/support/apachectl.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/simple-conf/support/apachectl.in?view=diff&r1=160093&r2=160094
==============================================================================
--- httpd/httpd/branches/simple-conf/support/apachectl.in (original)
+++ httpd/httpd/branches/simple-conf/support/apachectl.in Mon Apr  4 13:25:13 2005
@@ -81,8 +81,10 @@
     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