diff options
author | Eric Covener <covener@apache.org> | 2010-11-05 21:05:39 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2010-11-05 21:05:39 +0100 |
commit | 65074610e71e7961c501e290eb9422ae5780c115 (patch) | |
tree | f0c008b645e138808f7606e605a814c7801f48d3 /docs/manual/mod/mod_proxy.xml | |
parent | PR47765: ProxyPass and ProxyPassReverse should not be accepted in (diff) | |
download | apache2-65074610e71e7961c501e290eb9422ae5780c115.tar.xz apache2-65074610e71e7961c501e290eb9422ae5780c115.zip |
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
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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</description> <directive type="section" module="core">LocationMatch</directive> section, however ProxyPass does not interpret the regexp as such, so it is necessary to use <directive>ProxyPassMatch</directive> in this situation instead.</p> + + <p>This directive is not supported in <directive type="section" module="core" + >Directory</directive> or <directive type="section" module="core" + >Files</directive> sections.</p> <p>If you require a more flexible reverse-proxy configuration, see the <directive module="mod_rewrite">RewriteRule</directive> directive with the <code>[P]</code> flag.</p> + </usage> </directivesynopsis> @@ -1225,6 +1230,10 @@ proxied server</description> path; if needed in this situation, specify the ProxyPassReverse outside the section, or in a separate <directive type="section" module="core" >Location</directive> section.</p> + + <p>This directive is not supported in <directive type="section" module="core" + >Directory</directive> or <directive type="section" module="core" + >Files</directive> sections.</p> </usage> </directivesynopsis> |