From: Daniel Gruno
Date: Thu, 25 Apr 2013 11:25:26 +0000 (+0000)
Subject: Note that ProxyPass[Match] doesn't work within a context.
X-Git-Tag: 2.4.5~394
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47d0af591d6cdc0521c4437ac5ccfe7ef730e9e0;p=apache
Note that ProxyPass[Match] doesn't work within a context.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1475706 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 58cd73cb6c..07e00c5e09 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -759,6 +759,9 @@ expressions
a local virtual path; url is a partial URL for the
remote server and cannot include a query string.
+ Note: This directive cannot be used within a
+ <Directory>
context.
+
The ProxyRequests directive should
usually be set off when using
@@ -1210,6 +1213,9 @@ ProxyPass / balancer://hotcluster/
matches, the server will substitute any parenthesized matches into the given
string and use it as a new url.
+ Note: This directive cannot be used within a
+ <Directory>
context.
+
Suppose the local server has address http://example.com/
;
then