</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>
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