From: Rich Bowen
Date: Tue, 17 Nov 2009 02:52:53 +0000 (+0000)
Subject: Remove references to the now-gone rewrite-guide.html
X-Git-Tag: 2.3.4~40
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98577e7f384b0ef07b09d6f28490fdadd8a0a1f1;p=thirdparty%2Fapache%2Fhttpd.git
Remove references to the now-gone rewrite-guide.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@881113 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en
index 7bfb1477b35..4782b876ea0 100644
--- a/docs/manual/misc/perf-tuning.html.en
+++ b/docs/manual/misc/perf-tuning.html.en
@@ -795,9 +795,7 @@
an HTTP server to reliably implement the
protocol it needs to shutdown each direction of the
communication independently (recall that a TCP connection is
- bi-directional, each half is independent of the other). This
- fact is often overlooked by other servers, but is correctly
- implemented in Apache as of 1.2.
+ bi-directional, each half is independent of the other).
When this feature was added to Apache it caused a flurry of
problems on various versions of Unix because of a
diff --git a/docs/manual/misc/perf-tuning.xml b/docs/manual/misc/perf-tuning.xml
index 0d42e791326..6526a4b122f 100644
--- a/docs/manual/misc/perf-tuning.xml
+++ b/docs/manual/misc/perf-tuning.xml
@@ -830,9 +830,7 @@
an HTTP server to reliably implement the
protocol it needs to shutdown each direction of the
communication independently (recall that a TCP connection is
- bi-directional, each half is independent of the other). This
- fact is often overlooked by other servers, but is correctly
- implemented in Apache as of 1.2.
+ bi-directional, each half is independent of the other).
When this feature was added to Apache it caused a flurry of
problems on various versions of Unix because of a
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index a891309c744..7aeb507a9fe 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -1,7 +1,7 @@
-
+
+
+
-
-
-
-
- Rewrite
-
- URL Rewriting Guide
-
-
-
-
This document supplements the mod_rewrite
- reference documentation.
- It describes how one can use Apache's mod_rewrite
- to solve typical URL-based problems with which webmasters are
- commonly confronted. We give detailed descriptions on how to
- solve each problem by configuring URL rewriting rulesets.
-
- ATTENTION: Depending on your server configuration
- it may be necessary to slightly change the examples for your
- situation, e.g. adding the [PT] flag when
- additionally using mod_alias and
- mod_userdir, etc. Or rewriting a ruleset
- to fit in .htaccess context instead
- of per-server context. Always try to understand what a
- particular ruleset really does before you use it. This
- avoids many problems.
-
-
-Module
-documentation
-mod_rewrite
-introduction
-Advanced Rewrite Guide - advanced
-useful examples
-Technical details
-
-
-
-
diff --git a/docs/manual/rewrite/rewrite_guide.xml.meta b/docs/manual/rewrite/rewrite_guide.xml.meta
deleted file mode 100644
index 747d300f66c..00000000000
--- a/docs/manual/rewrite/rewrite_guide.xml.meta
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
- rewrite_guide
- /rewrite/
- ..
-
-
- en
- fr
-
-
diff --git a/docs/manual/rewrite/rewrite_guide_advanced.html b/docs/manual/rewrite/rewrite_guide_advanced.html
deleted file mode 100644
index 033c866218d..00000000000
--- a/docs/manual/rewrite/rewrite_guide_advanced.html
+++ /dev/null
@@ -1,9 +0,0 @@
-# GENERATED FROM XML -- DO NOT EDIT
-
-URI: rewrite_guide_advanced.html.en
-Content-Language: en
-Content-type: text/html; charset=ISO-8859-1
-
-URI: rewrite_guide_advanced.html.fr
-Content-Language: fr
-Content-type: text/html; charset=ISO-8859-1
diff --git a/docs/manual/rewrite/rewrite_guide_advanced.html.en b/docs/manual/rewrite/rewrite_guide_advanced.html.en
deleted file mode 100644
index 76a102eb224..00000000000
--- a/docs/manual/rewrite/rewrite_guide_advanced.html.en
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
This document supplements the mod_rewrite
- reference documentation.
- It describes how one can use Apache's mod_rewrite
- to solve typical URL-based problems with which webmasters are
- commonly confronted. We give detailed descriptions on how to
- solve each problem by configuring URL rewriting rulesets.
-
-
ATTENTION: Depending on your server configuration
- it may be necessary to adjust the examples for your
- situation, e.g., adding the [PT] flag if
- using mod_alias and
- mod_userdir, etc. Or rewriting a ruleset
- to work in .htaccess context instead
- of per-server context. Always try to understand what a
- particular ruleset really does before you use it; this
- avoids many problems.
-
\ No newline at end of file
diff --git a/docs/manual/rewrite/rewrite_guide_advanced.xml b/docs/manual/rewrite/rewrite_guide_advanced.xml
deleted file mode 100644
index 07aeefd9d42..00000000000
--- a/docs/manual/rewrite/rewrite_guide_advanced.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
-
-
-
- Rewrite
-
- URL Rewriting Guide - Advanced topics
-
-
-
-
This document supplements the mod_rewrite
- reference documentation.
- It describes how one can use Apache's mod_rewrite
- to solve typical URL-based problems with which webmasters are
- commonly confronted. We give detailed descriptions on how to
- solve each problem by configuring URL rewriting rulesets.
-
- ATTENTION: Depending on your server configuration
- it may be necessary to adjust the examples for your
- situation, e.g., adding the [PT] flag if
- using mod_alias and
- mod_userdir, etc. Or rewriting a ruleset
- to work in .htaccess context instead
- of per-server context. Always try to understand what a
- particular ruleset really does before you use it; this
- avoids many problems.
-
-
-Module
-documentation
-mod_rewrite
-introduction
-Rewrite Guide - useful
-examples
-Technical details
-
-
-
-
diff --git a/docs/manual/rewrite/rewrite_guide_advanced.xml.meta b/docs/manual/rewrite/rewrite_guide_advanced.xml.meta
deleted file mode 100644
index ce654fe7b31..00000000000
--- a/docs/manual/rewrite/rewrite_guide_advanced.xml.meta
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
- rewrite_guide_advanced
- /rewrite/
- ..
-
-
- en
- fr
-
-
diff --git a/docs/manual/rewrite/tech.html.en b/docs/manual/rewrite/tech.html.en
index 82bb42e63f5..337b860c708 100644
--- a/docs/manual/rewrite/tech.html.en
+++ b/docs/manual/rewrite/tech.html.en
@@ -28,11 +28,7 @@ and URL matching.