From 47d0af591d6cdc0521c4437ac5ccfe7ef730e9e0 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 25 Apr 2013 11:25:26 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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

-- 2.50.1