Commit 283718e0 authored by Ken Coar's avatar Ken Coar
Browse files

	Change the links to point to the new distribution directory.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88609 13f79535-47bb-0310-9956-ffa450edef68
parent bf601643
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ Additionally the source code from the tarball will need to be copied onto an MVS
(later referred to simply as "Open Edition") for compiling.
So here are all the details on how to get Apache and how to get it where it needs to be:
<ol>
   <li><A HREF="http://www.apache.org/dist/">Download</A>
   <li><A HREF="http://www.apache.org/dist/httpd/">Download</A>
       the gzipped Apache files (the "tarball") to your PC.
       The file name on the web site will be something like <i>apache_1.3.x.tar.gz</i>.
       <br><font color=red size=4>TIP: </font>Be sure to keep the <i>.tar.gz</i> extension
@@ -139,7 +139,7 @@ are case sensitive, and must be made from the "src" directory.
    group.  Additional modules contributed by members or third parties with specific
    needs or functions are available at
    <A 
HREF="http://www.apache.org/dist/contrib/modules/">http://www.apache.org/dist/contrib/modules/</A>.
HREF="http://www.apache.org/dist/httpd/contrib/modules/">http://www.apache.org/dist/httpd/contrib/modules/</A>.
    There are instructions on that page for linking these modules into the core Apache
    code.
    <BR><BR>
+2 −2
Original line number Diff line number Diff line
@@ -126,8 +126,8 @@ The modules we place in the Apache distribution are the ones we have
tested and are used regularly by various members of the Apache
development group.  Additional modules contributed by members or third
parties with specific needs or functions are available at
&lt;<A HREF="http://www.apache.org/dist/contrib/modules/"
    >http://www.apache.org/dist/contrib/modules/</A>&gt;.
&lt;<A HREF="http://www.apache.org/dist/httpd/contrib/modules/"
    >http://www.apache.org/dist/httpd/contrib/modules/</A>&gt;.
There are instructions on that page for linking these modules into the
core Apache code.

+2 −2
Original line number Diff line number Diff line
@@ -126,8 +126,8 @@ The modules we place in the Apache distribution are the ones we have
tested and are used regularly by various members of the Apache
development group.  Additional modules contributed by members or third
parties with specific needs or functions are available at
&lt;<A HREF="http://www.apache.org/dist/contrib/modules/"
    >http://www.apache.org/dist/contrib/modules/</A>&gt;.
&lt;<A HREF="http://www.apache.org/dist/httpd/contrib/modules/"
    >http://www.apache.org/dist/httpd/contrib/modules/</A>&gt;.
There are instructions on that page for linking these modules into the
core Apache code.

+3 −3
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
  <!--#include virtual="header.html" -->
  <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
  <P>
  $Revision: 1.6 $ ($Date: 2001/02/28 03:35:59 $)
  $Revision: 1.7 $ ($Date: 2001/03/28 21:26:29 $)
  </P>
  <P>
  The latest version of this FAQ is always available from the main
@@ -408,8 +408,8 @@
   <p>
   If you don't see a kit for your platform listed in the
   binary distribution area
   (&lt;URL:<a href="http://httpd.apache.org/dist/binaries/"
            >http://httpd.apache.org/dist/binaries/</a>&gt;),
   (&lt;URL:<a href="http://httpd.apache.org/dist/httpd/binaries/"
            >http://httpd.apache.org/dist/httpd/binaries/</a>&gt;),
   it means either that the platform isn't available to any of
   the developers, or that they just haven't gotten around to
   preparing a binary for it.  As this is a voluntary project,
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ The following systems are known to not have a timeout:
</UL>
<P>
There is a
<A HREF="http://www.apache.org/dist/contrib/patches/1.2/fin_wait_2.patch"
<A HREF="http://www.apache.org/dist/httpd/contrib/patches/1.2/fin_wait_2.patch"
>patch available</A> for adding a timeout to the FIN_WAIT_2 state; it
was originally intended for BSD/OS, but should be adaptable to most
systems using BSD networking code.  You need kernel source code to be
Loading