diff options
author | Astrid Malo <kess@apache.org> | 2005-05-27 18:48:56 +0200 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2005-05-27 18:48:56 +0200 |
commit | 1769b9210aee01483669e41d542a71b720ce67a3 (patch) | |
tree | 6ec3f9be48aed27f5f1a859d93813643a77bbf4c /docs/manual/install.html.en | |
parent | update Japanese translation. (diff) | |
download | apache2-1769b9210aee01483669e41d542a71b720ce67a3.tar.xz apache2-1769b9210aee01483669e41d542a71b720ce67a3.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/install.html.en')
-rw-r--r-- | docs/manual/install.html.en | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index d50a993ed8..5842b4b84a 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -345,14 +345,15 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar work. (This is only valid for versions after 2.0.41; earlier versions have incompatible changes.)</p> - <p>If you kept the source tree from your last installation, - upgrading is even easier. The file <code>config.nice</code> in - the root of the old source tree contains the exact - <code class="program"><a href="./programs/configure.html">configure</a></code> command line that you used to configure the - source tree. Then to upgrade from one version to the next, you - need only copy the <code>config.nice</code> file to the source - tree of the new version, edit it to make any desired changes, and - then run:</p> + <p>To upgrade across minor versions, start by finding the file + <code>config.nice</code> in the <code>build</code> directory of + your installed server or at the root of the source tree for your + old install. This will contain the exact + <code class="program"><a href="./programs/configure.html">configure</a></code> command line that you used to + configure the source tree. Then to upgrade from one version to + the next, you need only copy the <code>config.nice</code> file to + the source tree of the new version, edit it to make any desired + changes, and then run:</p> <div class="example"><p><code> $ ./config.nice<br /> |