Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55EA7184F6 for ; Fri, 14 Aug 2015 13:51:39 +0000 (UTC) Received: (qmail 81494 invoked by uid 500); 14 Aug 2015 13:51:39 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 81431 invoked by uid 500); 14 Aug 2015 13:51:39 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 81422 invoked by uid 99); 14 Aug 2015 13:51:39 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 13:51:39 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 16AA8AC0663 for ; Fri, 14 Aug 2015 13:51:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1695913 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Date: Fri, 14 Aug 2015 13:51:39 -0000 To: cvs@httpd.apache.org From: mrumph@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150814135139.16AA8AC0663@hades.apache.org> Author: mrumph Date: Fri Aug 14 13:51:38 2015 New Revision: 1695913 URL: http://svn.apache.org/r1695913 Log: Clarify RewriteRule example in mod_proxy doc Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1695913&r1=1695912&r2=1695913&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Fri Aug 14 13:51:38 2015 @@ -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 "/" "/mirro 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.