From: Joshua Slive Date: Wed, 25 May 2005 19:42:56 +0000 (+0000) Subject: Backport: X-Git-Tag: 2.0.55~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1bb4ed71aa5048e7c739676345aad4233ea7bd9;p=thirdparty%2Fapache%2Fhttpd.git Backport: We have been installing config.nice in build/ for a while, so we might as well tell people about it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@178522 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 6cff66f2d4c..5bf04843502 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -353,14 +353,15 @@ $ tar xvf httpd-2_0_NN.tar work. (This is only valid for versions after 2.0.41; earlier versions have incompatible changes.)

-

If you kept the source tree from your last installation, - upgrading is even easier. The file config.nice in - the root of the old source tree contains the exact - configure command line that you used to configure the - source tree. Then to upgrade from one version to the next, you - need only copy the config.nice file to the source - tree of the new version, edit it to make any desired changes, and - then run:

+

To upgrade across minor versions, start by finding the file + config.nice in the build directory of + your installed server or at the root of the source tree for your + old install. This will contain the exact + configure command line that you used to + configure the source tree. Then to upgrade from one version to + the next, you need only copy the config.nice file to + the source tree of the new version, edit it to make any desired + changes, and then run:

$ ./config.nice