]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added a specific reference of evaluation order between ProxyPass and RewriteRule...
authorLuca Toscano <elukey@apache.org>
Mon, 8 Feb 2016 22:08:47 +0000 (22:08 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 8 Feb 2016 22:08:47 +0000 (22:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1729281 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml
docs/manual/upgrading.xml

index f29ea2b7a159f56163d2e73e4add500bf4f4136b..809721948a92b33be3fb0eb7001c0c033a3b4040 100644 (file)
@@ -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
index 80ba457f40abbe372605b4b9424d5c88c9a0a903..e9550533499aa7cb0a29c14dd17e95907631cd2c 100644 (file)
       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>