From: Joshua Slive Date: Tue, 29 Nov 2005 15:53:21 +0000 (+0000) Subject: Make the upgrading doc more user-friendly by explicitly X-Git-Tag: 2.2.1~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b31c2e60808efa63f85ecab6717c08fcd603b379;p=thirdparty%2Fapache%2Fhttpd.git Make the upgrading doc more user-friendly by explicitly stating some places where things *haven't* changed. The statement about third-party modules could use some review by someone who has tried some. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349741 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 45932a9d5ea..2f12bcf6b7d 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -43,14 +43,24 @@
Compile-Time Configuration Changes + +

The compilation process is very similar to the one used in + version 2.0. Your old configure command line (as + found in build/config.nice in the installed server + directory) can be used in some cases. The most significant change + required will be to account for changes in module names, in + particular for the authentication and authorization modules. + Some details of changes:

+
@@ -58,21 +68,28 @@
Run-Time Configuration Changes -