From: Eric Covener
Date: Fri, 5 Nov 2010 20:06:55 +0000 (+0000)
Subject: PR477645: note that some proxy directives are not accepted in Directory or Files.
X-Git-Tag: 2.2.18~312
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb0ca3289be16b4b790fb99e298734100bb981a;p=thirdparty%2Fapache%2Fhttpd.git
PR477645: note that some proxy directives are not accepted in Directory or Files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031764 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index 381d312e5a7..83bed93f6c6 100644
--- a/docs/manual/mod/mod_proxy.html.en
+++ b/docs/manual/mod/mod_proxy.html.en
@@ -1193,11 +1193,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.
+
@@ -1348,6 +1351,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.
+

diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index b520f12da27..b6733ef988b 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1043,10 +1043,15 @@ expressions
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.
+
@@ -1180,6 +1185,10 @@ 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.