From a87b12add69d07f6421a2dcf282f1d073ed266c9 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Tue, 15 Nov 2016 11:32:27 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 4aef0883a7..c028626d57 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.

-- 2.40.0