From b8fc869eea3d9df71254f777bbf8ffe613a9c4f1 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 3 May 2005 14:23:33 +0000 Subject: [PATCH] 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 --- docs/manual/programs/apachectl.xml | 10 ++++------ docs/manual/upgrading.xml | 8 ++++++++ 2 files changed, 12 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 apachectl -t. -

The following additional option is available, but deprecated.

+

The following option was available in earlier version but has been removed.

startssl
-
This is equivalent to apachectl -k start -DSSL. We -recommend that you use that command explicitly, or you adjust your -httpd.conf to remove the IfDefine section so that SSL will always be -available.
+
To start httpd with SSL support, you should edit +your configuration file to include the relevant directives and then +use the normal apachectl start.
diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 93778e10d5..46b7b765a8 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -57,6 +57,14 @@ the conf/extra/ directive of the installed server. +
  • The apachectl option + startssl is no longer available. To enable ssl + support, you should edit httpd.conf to include the + relevant mod_ssl directives and then use + apachectl start to start the server. An example + configuration to activate mod_ssl has been included + in conf/extra/httpd-ssl.conf.
  • +
  • The default setting of UseCanonicalName is now Off. If you did not have this directive in your -- 2.50.1