You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2016/02/08 23:08:48 UTC

svn commit: r1729281 - in /httpd/httpd/branches/2.2.x/docs/manual: mod/mod_proxy.xml upgrading.xml

Author: elukey
Date: Mon Feb  8 22:08:47 2016
New Revision: 1729281

URL: http://svn.apache.org/viewvc?rev=1729281&view=rev
Log:
Added a specific reference of evaluation order between ProxyPass and RewriteRule directives. Bug: 54158

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml
    httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml?rev=1729281&r1=1729280&r2=1729281&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml Mon Feb  8 22:08:47 2016
@@ -799,6 +799,11 @@ expressions</description>
 
     </note> <!-- /ordering_proxypass -->
 
+    <note type="warning"><title>Ordering ProxyPass and RewriteRule Directives</title>
+      <p><directive module="mod_rewrite">RewriteRule</directive> directives
+      are evaluated before <directive module="mod_proxy">ProxyPass</directive> ones.</p>
+    </note>
+
     <p><strong>ProxyPass <code>key=value</code> Parameters</strong></p>
 
     <p>In Apache HTTP Server 2.1 and later, mod_proxy supports pooled

Modified: httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml?rev=1729281&r1=1729280&r2=1729281&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml Mon Feb  8 22:08:47 2016
@@ -113,6 +113,9 @@
       from <module>mod_auth_digest</module> has been merged with
       <directive module="mod_authn_file">AuthUserFile</directive>
       and is now part of <module>mod_authn_file</module>.</li>
+
+      <li><directive module="mod_rewrite">RewriteRule</directive> directives
+      are evaluated before <directive module="mod_proxy">ProxyPass</directive> ones.</li>
     </ul>
   </section>