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.