From: Joshua Slive Date: Tue, 29 Nov 2005 15:57:45 +0000 (+0000) Subject: The module name changes will probably hit people in X-Git-Tag: 2.2.1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9082cae668f9631341bc3cac7b39ea37caaed1;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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