From: Eric Covener Date: Fri, 5 Nov 2010 20:05:39 +0000 (+0000) Subject: PR47765: leave a hint about ProxyPass and ProxyPassReverse not X-Git-Tag: 2.3.9~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65074610e71e7961c501e290eb9422ae5780c115;p=apache 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 --- 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.

+
top

ProxyPassInterpolateEnv Directive

@@ -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.

+
top

ProxyPassReverseCookieDomain Directive

@@ -1672,4 +1677,4 @@ header for proxied requests
- + \ No newline at end of file diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index fb849fcb1e..001f10274c 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1090,10 +1090,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.

+ @@ -1225,6 +1230,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.