diff options
Diffstat (limited to 'docs/manual/programs/apachectl.xml')
-rw-r--r-- | docs/manual/programs/apachectl.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/manual/programs/apachectl.xml b/docs/manual/programs/apachectl.xml index 424dd951f6..aef56b27e7 100644 --- a/docs/manual/programs/apachectl.xml +++ b/docs/manual/programs/apachectl.xml @@ -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> |