From cf7ed8e030d686e94d678550eb22a3a2aea28a07 Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Fri, 14 Aug 2015 13:51:38 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-- 2.47.3