From 65074610e71e7961c501e290eb9422ae5780c115 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Fri, 5 Nov 2010 20:05:39 +0000
Subject: [PATCH] PR47765: leave a hint about ProxyPass and ProxyPassReverse
not working in Directory and Files sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031762 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_proxy.html.en | 7 ++++++-
docs/manual/mod/mod_proxy.xml | 9 +++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index 29f8f9f573..e01bb690a0 100644
--- a/docs/manual/mod/mod_proxy.html.en
+++ b/docs/manual/mod/mod_proxy.html.en
@@ -1217,11 +1217,14 @@ through
<LocationMatch>
section,
however ProxyPass does not interpret the regexp as such, so it is necessary
to use ProxyPassMatch
in this situation instead.
+
+ This directive is not supported in <Directory>
or <Files>
sections.
If you require a more flexible reverse-proxy configuration, see the
RewriteRule
directive with the
[P]
flag.
+
@@ -1370,6 +1373,8 @@ proxied server
path; if needed in this situation, specify the ProxyPassReverse outside
the section, or in a separate
<Location>
section.
+
This directive is not supported in <Directory>
or <Files>
sections.
+
@@ -1672,4 +1677,4 @@ header for proxied requests
-