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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71a6f5298d13bde5705b8da3892a17bccf52246;p=thirdparty%2Fapache%2Fhttpd.git
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 4de2cb28e92..019a7eb083b 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