From: Luca Toscano
Date: Tue, 15 Nov 2016 11:32:27 +0000 (+0000)
Subject: Merge r1769637 from trunk:
X-Git-Tag: 2.4.24~129
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a87b12add69d07f6421a2dcf282f1d073ed266c9;p=thirdparty%2Fapache%2Fhttpd.git
Merge r1769637 from trunk:
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 context (since "directory" semantic is already
overloaded).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1769784 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 4aef0883a7f..c028626d576 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -865,8 +865,9 @@ expressions
a local virtual path; url is a partial URL for the
remote server and cannot include a query string.
- Note: This directive cannot be used within a
- <Directory>
context.
+ Note: This directive is not supported within
+ Directory and
+ Files containers.
The ProxyRequests directive should
@@ -902,10 +903,6 @@ expressions
http://example.com/mirror/foo/bar
to be internally converted
into a proxy request to http://backend.example.com/bar
.
- The ProxyPass 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.