]> granicus.if.org Git - apache/commitdiff
Documentation rebuild
authorLuca Toscano <elukey@apache.org>
Sat, 18 Jun 2016 10:14:08 +0000 (10:14 +0000)
committerLuca Toscano <elukey@apache.org>
Sat, 18 Jun 2016 10:14:08 +0000 (10:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748949 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en

index fa88427cb4c1947a0e921703e9dd4c05f96244de..9a40141b36ccc76198a30ab6cf8f229194e2cdb7 100644 (file)
@@ -342,13 +342,14 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10</pre>
       <code class="directive"><a href="#balancermember">BalancerMember</a></code>.</p>
 
       <div class="note"><h3>DNS resolution for origin domains</h3>
-      <p>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 <code>ttl</code> of the connection expires
-        (please check <code class="directive"><a href="#proxypass">ProxyPass</a></code>
-        parameters).
-        This means that httpd does not perform any DNS resolution caching.
+      <p>DNS resolution happens when the socket to
+        the origin domain is created for the first time.
+        When connection pooling is used, each backend domain is resolved 
+        only once per child process, and reused for all further connections 
+        until the child is recycled. This information should to be considered 
+        while planning DNS maintenance tasks involving backend domains. 
+        Please also check <code class="directive"><a href="#proxypass">ProxyPass</a></code>
+        parameters for more details about connection reuse.
         </p>
       </div>