From b31c2e60808efa63f85ecab6717c08fcd603b379 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 29 Nov 2005 15:53:21 +0000 Subject: [PATCH] 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 --- docs/manual/upgrading.xml | 47 ++++++++++++++++++++++++++++----------- 1 file changed, 34 insertions(+), 13 deletions(-) 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 -