Commit 1edd92c5 authored by Daniel Gruno's avatar Daniel Gruno
Browse files

more typo fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1365932 13f79535-47bb-0310-9956-ffa450edef68
parent e2a1f1f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ RewriteRule ^/?images(.*) http://imageserver.local/images$1 [P]
</example>

<p>However, in many cases, when there is no actual pattern matching
meeded, as in the example shown above, the <directive
needed, as in the example shown above, the <directive
module="mod_proxy">ProxyPass</directive> directive is a better choice.
The example here could be rendered as:</p>

+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
      complex. This document supplements the <a
      href="../mod/mod_rewrite.html">reference documentation</a>, 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.</p>
+1 −1
Original line number Diff line number Diff line
@@ -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.
</p>