]> granicus.if.org Git - apache/commitdiff
Revert my previous doc commit about upstream DNS resolution caching in mod-proxy...
authorLuca Toscano <elukey@apache.org>
Mon, 30 May 2016 06:47:40 +0000 (06:47 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 30 May 2016 06:47:40 +0000 (06:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1746084 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 201eb706efd3b1b70c2a47812e1ae0a94b404324..e17cf7bdcf331042d090ce4f2d6cf4961a9a4742 100644 (file)
@@ -303,17 +303,6 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10
       Members are added to a balancer using
       <directive module="mod_proxy">BalancerMember</directive>.</p>
 
-      <note><title>DNS resolution for origin domains</title>
-      <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 <directive module="mod_proxy">ProxyPass</directive>
-        parameters).
-        This means that httpd does not perform any DNS resolution caching.
-        </p>
-      </note>
-
     </section> <!-- /workers -->
 
     <section id="access"><title>Controlling Access to Your Proxy</title>