From: Luca Toscano Date: Mon, 8 Feb 2016 22:08:47 +0000 (+0000) Subject: Added a specific reference of evaluation order between ProxyPass and RewriteRule... X-Git-Tag: 2.2.32~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c5f88220ffa352fd2a274367bca0754d94e48c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index f29ea2b7a15..809721948a9 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -799,6 +799,11 @@ expressions + Ordering ProxyPass and RewriteRule Directives +

RewriteRule directives + are evaluated before ProxyPass ones.

+
+

ProxyPass key=value Parameters

In Apache HTTP Server 2.1 and later, mod_proxy supports pooled diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 80ba457f40a..e9550533499 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -113,6 +113,9 @@ from mod_auth_digest has been merged with AuthUserFile and is now part of mod_authn_file. + +

  • RewriteRule directives + are evaluated before ProxyPass ones.