From 3778281a7e203d729b09b8b72b4eb88cd55d76fa Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 20 Apr 2012 10:32:14 +0000 Subject: [PATCH] Fix some more typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328303 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/avoid.xml | 4 ++-- docs/manual/rewrite/index.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml index 71c284590e..96d13c88d3 100644 --- a/docs/manual/rewrite/avoid.xml +++ b/docs/manual/rewrite/avoid.xml @@ -180,7 +180,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. The example here could be rendered as:

@@ -209,7 +209,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.xml b/docs/manual/rewrite/index.xml index a5b323a37e..548d88cc1b 100644 --- a/docs/manual/rewrite/index.xml +++ b/docs/manual/rewrite/index.xml @@ -56,7 +56,7 @@ 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.40.0