From: Joshua Slive Date: Mon, 4 Apr 2005 20:25:13 +0000 (+0000) Subject: Remove "apachectl startssl" support. As mentioned before, X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c21f64bf7efa75d2b303e9affb0cac67b7e4fd3;p=thirdparty%2Fapache%2Fhttpd.git 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 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 --- diff --git a/support/apachectl.in b/support/apachectl.in index 062f6c9b89e..8a2b6dba4ac 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