From 1a9082cae668f9631341bc3cac7b39ea37caaed1 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 29 Nov 2005 15:57:45 +0000 Subject: [PATCH] The module name changes will probably hit people in run-time configuration at least as much as in compile-time, so mention it there as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349744 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/upgrading.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 2f12bcf6b7d..0afdf47c19d 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -71,7 +71,12 @@

Your existing version 2.0 config files and startup scripts can usually be used unchanged in version 2.2. Some small adjustments may be necessary for particular configurations as - discussed below. If you choose to use the new default + discussed below. In addition, if you dynamically load the + standard modules using the LoadModule directive, then you will + need to account for the module name changes mentioned above.

+ +

If you choose to use the new default configuration file for version 2.2, you will find that it has been greatly simplified by removing all but the most essential configuration settings. A set of example configuration settings -- 2.47.2