From 9205125fd8894836665a24afcec055a75e630a83 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Tue, 24 May 2016 11:42:26 +0000 Subject: [PATCH] Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745344 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 7a49fab4a6..6b0128a98d 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -341,6 +341,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. +

+
+
top

Controlling Access to Your Proxy

-- 2.40.0