From: Daniel Gruno Date: Thu, 26 Jul 2012 10:03:42 +0000 (+0000) Subject: more typo fixes X-Git-Tag: 2.2.23~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1754544000fb05eb79cc9df633dbeec3e8f84250;p=thirdparty%2Fapache%2Fhttpd.git more typo fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1365932 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml index 594914b804e..e7ca01a9b77 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:

diff --git a/docs/manual/rewrite/index.xml b/docs/manual/rewrite/index.xml index 26177e200ba..494c8842f64 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.

diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml index 6499bf1a261..0a61d231ac4 100644 --- a/docs/manual/rewrite/intro.xml +++ b/docs/manual/rewrite/intro.xml @@ -179,7 +179,7 @@ matched against the URL-path of the incoming request (the part after the hostname but before any question mark indicating the beginning of a query string) or, in per-directory context, against the request's path relative to the directory for which the rule is defined. Once a substitution has -occured, the rules that follow are matched against the substituted +occurred, the rules that follow are matched against the substituted value.