]> granicus.if.org Git - apache/commitdiff
Dcoument the fact that startssl is gone.
authorJoshua Slive <slive@apache.org>
Tue, 3 May 2005 14:23:33 +0000 (14:23 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 3 May 2005 14:23:33 +0000 (14:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167912 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/apachectl.xml
docs/manual/upgrading.xml

index 424dd951f65f01b28a7f0dc2ca64c412de7371e0..aef56b27e7192c7573cd391a11a69081448830af 100644 (file)
@@ -134,17 +134,15 @@ equivalent to <code>apachectl -t</code>.</dd>
 
 </dl>
 
-<p>The following additional option is available, but deprecated.</p>
+<p>The following option was available in earlier version but has been removed.</p>
 
 <dl>
 
 <dt><code>startssl</code></dt>
 
-<dd>This is equivalent to <code>apachectl -k start -DSSL</code>.  We
-recommend that you use that command explicitly, or you adjust your
-<code>httpd.conf</code> to remove the <directive module="core"
-type="section">IfDefine</directive> section so that SSL will always be
-available.</dd>
+<dd>To start <program>httpd</program> with SSL support, you should edit
+your configuration file to include the relevant directives and then
+use the normal <code>apachectl start</code>.</dd>
 
 </dl>
 
index 93778e10d5bc0b59e2a5c776aa73e8b33a3282cf..46b7b765a8cf1808aca6f14eb32eaf134e4ac80f 100644 (file)
       the <code>conf/extra/</code> directive of the installed
       server.</li>
 
+      <li>The <program>apachectl</program> option
+      <code>startssl</code> is no longer available.  To enable ssl
+      support, you should edit <code>httpd.conf</code> to include the
+      relevant <module>mod_ssl</module> directives and then use
+      <code>apachectl start</code> to start the server.  An example
+      configuration to activate <module>mod_ssl</module> has been included
+      in <code>conf/extra/httpd-ssl.conf</code>.</li>
+
       <li>The default setting of <directive
       module="core">UseCanonicalName</directive> is now
       <code>Off</code>.  If you did not have this directive in your