From: Luca Toscano Date: Mon, 14 Nov 2016 14:16:50 +0000 (+0000) Subject: Unified duplicate warning in mod_proxy ProxyPass documentation. X-Git-Tag: 2.5.0-alpha~1012 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82e6704c2130d3e28c869bc8713f7937607bdeaa;p=thirdparty%2Fapache%2Fhttpd.git 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/trunk@1769637 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index c557eccb608..30870b8d065 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -874,8 +874,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 @@ -917,10 +918,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.