]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clarify RewriteRule example in mod_proxy doc
authorMike Rumph <mrumph@apache.org>
Fri, 14 Aug 2015 13:51:38 +0000 (13:51 +0000)
committerMike Rumph <mrumph@apache.org>
Fri, 14 Aug 2015 13:51:38 +0000 (13:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1695913 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index a370e960a2b61878e5c4682614c332dd29487396..ff99686f3df62befcd6ff9d5d2eba3d44e1e363b 100644 (file)
@@ -907,7 +907,7 @@ expressions</description>
 
     <note type="warning">
     <p>If the first argument ends with a trailing <strong>/</strong>, the second
-       argument should also end with a trailing <strong>/</strong> and vice
+       argument should also end with a trailing <strong>/</strong>, and vice
        versa. Otherwise, the resulting requests to the backend may miss some
        needed slashes and do not deliver the expected results.
     </p>
@@ -1471,7 +1471,7 @@ ProxyPassReverseCookiePath  "/"  "/mirror/foo/"
     module="core">UseCanonicalName</directive> directive.</p>
 
     <p>Note that this <directive>ProxyPassReverse</directive> directive can
-    also be used in conjunction with the proxy pass-through feature
+    also be used in conjunction with the proxy feature
     (<code>RewriteRule ...  [P]</code>) from <module>mod_rewrite</module>
     because it doesn't depend on a corresponding <directive module="mod_proxy"
     >ProxyPass</directive> directive.</p>