From: Luca Toscano Date: Mon, 23 May 2016 12:14:19 +0000 (+0000) Subject: Adding a note to mod_proxy documentation to clarify DNS resolution with origin server... X-Git-Tag: 2.5.0-alpha~1580 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcc6acf7dad04233d983871f1d474cd254d5eec4;p=thirdparty%2Fapache%2Fhttpd.git Adding a note to mod_proxy documentation to clarify DNS resolution with origin servers. Follow up from a question on users@. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745169 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index d56c491e860..5e3a90ef305 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -303,6 +303,17 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10 Members are added to a balancer using BalancerMember.

+ DNS resolution for origin domains +

The DNS domain resolution happens when the socket to + the origin server is created for the first time. + When connection pooling is used, the DNS resolution is performed + again only when the ttl of the connection expires + (please check ProxyPass + parameters). + This means that httpd does not perform any DNS resolution caching. +

+
+
Controlling Access to Your Proxy