Commit 497b8c30 authored by Joshua Slive's avatar Joshua Slive
Browse files

Dcoument the fact that startssl is gone.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167912 13f79535-47bb-0310-9956-ffa450edef68
parent a987cbb8
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -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>

+8 −0
Original line number Diff line number Diff line
@@ -57,6 +57,14 @@
      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