]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove "apachectl startssl" support. As mentioned before,
authorJoshua Slive <slive@apache.org>
Mon, 4 Apr 2005 20:25:13 +0000 (20:25 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 4 Apr 2005 20:25:13 +0000 (20:25 +0000)
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

support/apachectl.in

index 062f6c9b89e62bf7a3d3591a92a36d57c1ea11a2..8a2b6dba4ac56bad370e7a744118efc95090096d 100644 (file)
@@ -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