Commit 5f8e9cdb authored by Luca Toscano's avatar Luca Toscano
Browse files

Added a specific reference of evaluation order between ProxyPass and...

Added a specific reference of evaluation order between ProxyPass and RewriteRule directives. Bug: 54158


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1729281 13f79535-47bb-0310-9956-ffa450edef68
parent a04dd451
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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>