summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy.xml
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2016-11-14 15:16:50 +0100
committerLuca Toscano <elukey@apache.org>2016-11-14 15:16:50 +0100
commit82e6704c2130d3e28c869bc8713f7937607bdeaa (patch)
treead8cc409ce980caecaf34c20eb2946dce34aafb5 /docs/manual/mod/mod_proxy.xml
parentBackported in 2.4.21. (diff)
downloadapache2-82e6704c2130d3e28c869bc8713f7937607bdeaa.tar.xz
apache2-82e6704c2130d3e28c869bc8713f7937607bdeaa.zip
Unified duplicate warning in mod_proxy ProxyPass documentation.
Also changed terminology to be in sync with: https://httpd.apache.org/docs/current/mod/directive-dict.html#Context It was confusing in my opinion to read that ProxyPass wasn't supported for the <Directory> context (since "directory" semantic is already overloaded). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1769637 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/mod/mod_proxy.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index c557eccb60..30870b8d06 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -874,8 +874,9 @@ expressions</description>
a local virtual path; <var>url</var> is a partial URL for the
remote server and cannot include a query string.</p>
- <note><strong>Note: </strong>This directive cannot be used within a
- <code>&lt;Directory&gt;</code> context.</note>
+ <note><strong>Note: </strong>This directive is not supported within
+ <directive type="section" module="core">Directory</directive> and
+ <directive type="section" module="core">Files</directive> containers.</note>
<note type="warning">The <directive
module="mod_proxy">ProxyRequests</directive> directive should
@@ -917,10 +918,6 @@ expressions</description>
<code>http://example.com/mirror/foo/bar</code> to be internally converted
into a proxy request to <code>http://backend.example.com/bar</code>.</p>
- <p>The ProxyPass 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>