From: Ken Coar Date: Wed, 28 Mar 2001 21:26:29 +0000 (+0000) Subject: Change the links to point to the new distribution directory. X-Git-Tag: 2.0.16~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=382c21439a31ca56496d663f95040769908af19b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/install-tpf.html b/docs/manual/install-tpf.html index 3ab168d5c22..8ff7d260821 100644 --- a/docs/manual/install-tpf.html +++ b/docs/manual/install-tpf.html @@ -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:
    -
  1. Download +
  2. Download the gzipped Apache files (the "tarball") to your PC. The file name on the web site will be something like apache_1.3.x.tar.gz.
    TIP: Be sure to keep the .tar.gz 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 http://www.apache.org/dist/contrib/modules/. +HREF="http://www.apache.org/dist/httpd/contrib/modules/">http://www.apache.org/dist/httpd/contrib/modules/. There are instructions on that page for linking these modules into the core Apache code.

    diff --git a/docs/manual/install.html b/docs/manual/install.html index be166f3b1ef..3b997645ddb 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -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 -<http://www.apache.org/dist/contrib/modules/>. +<http://www.apache.org/dist/httpd/contrib/modules/>. There are instructions on that page for linking these modules into the core Apache code. diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index be166f3b1ef..3b997645ddb 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -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 -<http://www.apache.org/dist/contrib/modules/>. +<http://www.apache.org/dist/httpd/contrib/modules/>. There are instructions on that page for linking these modules into the core Apache code. diff --git a/docs/manual/misc/FAQ-B.html b/docs/manual/misc/FAQ-B.html index c9c8c22691b..054914c4154 100644 --- a/docs/manual/misc/FAQ-B.html +++ b/docs/manual/misc/FAQ-B.html @@ -31,7 +31,7 @@

    Apache Server Frequently Asked Questions

    - $Revision: 1.6 $ ($Date: 2001/02/28 03:35:59 $) + $Revision: 1.7 $ ($Date: 2001/03/28 21:26:29 $)

    The latest version of this FAQ is always available from the main @@ -408,8 +408,8 @@

    If you don't see a kit for your platform listed in the binary distribution area - (<URL:http://httpd.apache.org/dist/binaries/>), + (<URL:http://httpd.apache.org/dist/httpd/binaries/>), 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, diff --git a/docs/manual/misc/fin_wait_2.html b/docs/manual/misc/fin_wait_2.html index e1e313d75ca..1ec709153fd 100644 --- a/docs/manual/misc/fin_wait_2.html +++ b/docs/manual/misc/fin_wait_2.html @@ -205,7 +205,7 @@ The following systems are known to not have a timeout:

    There is a -patch available 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 diff --git a/docs/manual/misc/known_client_problems.html b/docs/manual/misc/known_client_problems.html index 4d41fc7707f..99e5d68580c 100644 --- a/docs/manual/misc/known_client_problems.html +++ b/docs/manual/misc/known_client_problems.html @@ -68,7 +68,7 @@ support keepalive when it is used on 301 or 302 (redirect) responses. Unfortunately Apache's nokeepalive code prior to 1.2.2 would not work with HTTP/1.1 clients. You must apply this patch to version 1.2.1. Then add this to your config:

    BrowserMatch "MSIE 4\.0b2;" nokeepalive @@ -127,7 +127,7 @@ BrowserMatch "MSIE 4\.0b2;" downgrade-1.0 force-response-1.0
    This workaround is available in 1.2.2, and in a patch against 1.2.1.

    Boundary problems with header parsing