From: Joe Orton Date: Tue, 23 Jun 2026 15:42:18 +0000 (+0000) Subject: * docs/manual/mod/mod_proxy.xml: Add clarifications for ProxyRemote and X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e03885c9248bff959b1bb4bfc9b97c173e02041f;p=thirdparty%2Fapache%2Fhttpd.git * docs/manual/mod/mod_proxy.xml: Add clarifications for ProxyRemote and containers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935589 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 866e85809b..f7a34e6203 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -514,7 +514,7 @@ ProxyPass "/apps" "http://127"

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 @@ -734,6 +734,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.