From: Daniel Gruno
Date: Thu, 25 Apr 2013 11:21:26 +0000 (+0000)
Subject: Note that ProxyPass[Match] doesn't work within a context.
X-Git-Tag: 2.5.0-alpha~5544
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc676ef70816a4f81e033414e5920ac524be4a33;p=apache
Note that ProxyPass[Match] doesn't work within a context.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1475703 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 4de2cb28e9..019a7eb083 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -796,6 +796,9 @@ expressions
proxy or gateway. The path is the name of
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
@@ -1254,6 +1257,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