From: Mike Rumph
Date: Fri, 14 Aug 2015 13:51:38 +0000 (+0000)
Subject: Clarify RewriteRule example in mod_proxy doc
X-Git-Tag: 2.5.0-alpha~2961
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf7ed8e030d686e94d678550eb22a3a2aea28a07;p=thirdparty%2Fapache%2Fhttpd.git
Clarify RewriteRule example in mod_proxy doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1695913 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index a370e960a2b..ff99686f3df 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -907,7 +907,7 @@ expressions
If the first argument ends with a trailing /, the second
- argument should also end with a trailing / and vice
+ argument should also end with a trailing /, and vice
versa. Otherwise, the resulting requests to the backend may miss some
needed slashes and do not deliver the expected results.
@@ -1471,7 +1471,7 @@ ProxyPassReverseCookiePath "/" "/mirror/foo/"
module="core">UseCanonicalName directive.
Note that this ProxyPassReverse directive can
- also be used in conjunction with the proxy pass-through feature
+ also be used in conjunction with the proxy feature
(RewriteRule ... [P]) from mod_rewrite
because it doesn't depend on a corresponding ProxyPass directive.