From: Joe Orton Date: Mon, 20 Jul 2026 11:47:48 +0000 (+0000) Subject: Merge r1935589 from trunk: X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdac3480391455aff996cb8c26807b556abc3cd0;p=thirdparty%2Fapache%2Fhttpd.git Merge r1935589 from trunk: * docs/manual/mod/mod_proxy.xml: Add clarifications for ProxyRemote and containers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1936368 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index f0fd7ece6d..afd6d99c61 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -505,7 +505,7 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10

Directives placed in Proxy - sections apply only to matching proxied content. Shell-style wildcards are + sections apply only to matching proxied content using a simple string prefix match against the URL. Shell-style wildcards are also allowed.

For example, the following will allow only hosts in @@ -713,6 +713,13 @@ ProxyRemote "ftp" "http://ftpproxy.mydomain:8080" authentication challenge. The Proxy-Chain-Auth environment variable has no effect if this argument is used.

+ + DNS resolution and forward proxies +

When a forward (remote) proxy is configured, DNS resolution of + the origin/backend hostname is only performed on the forward proxy. + Any ProxyBlock rules + which restrict access to specific IP addresses must be configured + at the forward proxy.