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
This commit is contained in:
Ken Coar
2001-03-28 21:26:29 +00:00
parent 0da977423c
commit 382c21439a
6 changed files with 12 additions and 12 deletions

View File

@ -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>

View File

@ -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.

View File

@ -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.

View File

@ -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,

View File

@ -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

View File

@ -68,7 +68,7 @@ support keepalive when it is used on 301 or 302 (redirect)
responses. Unfortunately Apache's <CODE>nokeepalive</CODE> code
prior to 1.2.2 would not work with HTTP/1.1 clients. You must apply
<A
HREF="http://www.apache.org/dist/patches/apply_to_1.2.1/msie_4_0b2_fixes.patch"
HREF="http://www.apache.org/dist/httpd/patches/apply_to_1.2.1/msie_4_0b2_fixes.patch"
>this patch</A> to version 1.2.1. Then add this to your config:
<BLOCKQUOTE><CODE>
BrowserMatch "MSIE 4\.0b2;" nokeepalive
@ -127,7 +127,7 @@ BrowserMatch "MSIE 4\.0b2;" downgrade-1.0 force-response-1.0
</CODE></BLOCKQUOTE>
This workaround is available in 1.2.2, and in a
<A
HREF="http://www.apache.org/dist/patches/apply_to_1.2.1/msie_4_0b2_fixes.patch"
HREF="http://www.apache.org/dist/httpd/patches/apply_to_1.2.1/msie_4_0b2_fixes.patch"
>patch</A> against 1.2.1.
<H3><A NAME="257th-byte">Boundary problems with header parsing</A></H3>