From 5c58c512fd11344e7e0e320cb416286fbf5be7da Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 28 Nov 2000 21:57:41 +0000 Subject: [PATCH] Add a couple more user-visible changes to upgrading.html. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87111 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/upgrading.html | 18 ++++++++++++++++-- docs/manual/upgrading.html.en | 18 ++++++++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/docs/manual/upgrading.html b/docs/manual/upgrading.html index 077b5d290b..81382923a1 100644 --- a/docs/manual/upgrading.html +++ b/docs/manual/upgrading.html @@ -61,7 +61,7 @@ files, you may need to add Include conf/access.conf and assure that Apache reads the configuration files in the same order as was implied by the older directives, the Include directives should be placed at the end of httpd.conf, with the one for -srm.conf preceeding the one of +srm.conf preceding the one of access.conf.
  • The BindAddress directive no longer exists. @@ -74,7 +74,7 @@ of the new MPM system.
  • The ServerType directive no longer exists. The method used to serve requests is now determined by the selection -of MPM. There is currently no MPM designed to be launced by +of MPM. There is currently no MPM designed to be launched by inetd.
  • Many directives that were in the core server in Apache 1.3 @@ -86,6 +86,20 @@ are now in the MPMs.
  • Misc Changes