diff options
author | Astrid Malo <kess@apache.org> | 2002-12-16 04:19:40 +0100 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2002-12-16 04:19:40 +0100 |
commit | 3567d2cc3e283e63bc244104137702900ae72fa7 (patch) | |
tree | b0164a06506b17bf344f7d8db83e1358d28221ed /docs/manual/install.html.en | |
parent | first rewrite of Windows platform docs has been done (diff) | |
download | apache2-3567d2cc3e283e63bc244104137702900ae72fa7.tar.xz apache2-3567d2cc3e283e63bc244104137702900ae72fa7.zip |
- make sure, see also titles match with linked document titles
- remove notes about alpha and beta releases
- update download links to the mirror page
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/install.html.en')
-rw-r--r-- | docs/manual/install.html.en | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 5c6dcf0c92..417f9148a2 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -41,7 +41,7 @@ <li><img alt="" src="./images/down.gif" /> <a href="#install">Install</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#customize">Customize</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#test">Test</a></li> -</ul><h3>See also</h3><ul class="seealso"><li><a href="invoking.html">Starting</a></li><li><a href="stopping.html">Stopping or Restarting</a></li></ul></div> +</ul><h3>See also</h3><ul class="seealso"><li><a href="invoking.html">Starting Apache</a></li><li><a href="stopping.html">Stopping and Restarting</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> <h2><a name="overview" id="overview">Overview for the @@ -155,28 +155,19 @@ <div class="section"> <h2><a name="download" id="download">Download</a></h2> - <p>Apache can be downloaded from the <a href="http://www.apache.org/dist/httpd/">Apache Software - Foundation download site</a> or from a <a href="http://www.apache.org/dyn/closer.cgi/httpd/">nearby - mirror</a>.</p> - - <p>Version numbers that end in <code>alpha</code> indicate - early pre-test versions which may or may not work. Version - numbers ending in <code>beta</code> indicate more reliable - releases that still require further testing or bug fixing. If - you wish to download the best available production release of - the Apache HTTP Server, you should choose the latest version - with neither <code>alpha</code> nor <code>beta</code> in its - filename.</p> + <p>Apache can be downloaded from the <a href="http://httpd.apache.org/download.cgi">Apache HTTP Server + download site</a> which lists several mirrors. You'll find here + the latest stable release.</p> <p>After downloading, especially if a mirror site is used, it is important to verify that you have a complete and unmodified version of the Apache HTTP Server. This can be accomplished by testing the downloaded tarball against the PGP signature. This, in turn, is a two step procedure. First, you must obtain the - <code>KEYS</code> file from the <a href="http://www.apache.org/dist/httpd/">Apache distribution - site</a>. (To assure that the <code>KEYS</code> file itself has - not been modified, it may be a good idea to use a file from a - previous distribution of Apache or import the keys from a + <code>KEYS</code> file from the <a href="http://httpd.apache.org/download.cgi">Apache HTTP + Server download site</a>, too. (To assure that the <code>KEYS</code> + file itself has not been modified, it may be a good idea to use a + file from a previous distribution of Apache or import the keys from a public key server.) The keys are imported into your personal key ring using one of the following commands (depending on your pgp version):</p> @@ -188,7 +179,7 @@ <div class="example"><p><code>$ gpg --import KEYS</code></p></div> <p>The next step is to test the tarball against the PGP - signature, which should always be obtained from the <a href="http://www.apache.org/dist/httpd/">main Apache + signature, which should always be obtained from the <a href="http://httpd.apache.org/download.cgi">main Apache website</a>. The signature file has a filename identical to the source tarball with the addition of <code>.asc</code>. Then you can check the distribution with one of the following commands |