From 74f55f2262f95c389c29da6d46a14444a9ef8aac Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 20 Apr 2012 10:32:27 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328304 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/avoid.html.en | 4 ++-- docs/manual/rewrite/index.html.en | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en index 7845a49b0c..48a106fa38 100644 --- a/docs/manual/rewrite/avoid.html.en +++ b/docs/manual/rewrite/avoid.html.en @@ -169,7 +169,7 @@ RewriteRule ^/?images(.*) http://imageserver.local/images$1 [P]

However, in many cases, when there is no actual pattern matching -meeded, as in the example shown above, the ProxyPass directive is a better choice. +needed, as in the example shown above, the ProxyPass directive is a better choice. The example here could be rendered as:

@@ -195,7 +195,7 @@ accomplish.

Environment Variable Testing

mod_rewrite is frequently used to take a particular -action based on the presence or absense of a particular environment +action based on the presence or absence of a particular environment variable or request header. This can be done more efficiently using the <If>.

diff --git a/docs/manual/rewrite/index.html.en b/docs/manual/rewrite/index.html.en index acb872c9b4..0464f3b135 100644 --- a/docs/manual/rewrite/index.html.en +++ b/docs/manual/rewrite/index.html.en @@ -51,7 +51,7 @@

Since mod_rewrite is so powerful, it can indeed be rather complex. This document supplements the reference documentation, and attempts to allay some of that complexity, and provide highly - annoted examples of common scenarios that you may handle with + annotated examples of common scenarios that you may handle with mod_rewrite. But we also attempt to show you when you should not use mod_rewrite, and use other standard Apache features instead, thus avoiding this unnecessary complexity.

-- 2.50.0