]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add mod-proxy DNS caching information to the documentation (follow up from users@)
authorLuca Toscano <elukey@apache.org>
Wed, 22 Jun 2016 10:43:34 +0000 (10:43 +0000)
committerLuca Toscano <elukey@apache.org>
Wed, 22 Jun 2016 10:43:34 +0000 (10:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1749650 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index e17cf7bdcf331042d090ce4f2d6cf4961a9a4742..4aef0883a7f037ffb4cd4966edb0f6eae383d72d 100644 (file)
@@ -303,6 +303,18 @@ 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>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 <directive module="mod_proxy">ProxyPass</directive>
+        parameters for more details about connection reuse.
+        </p>
+      </note>
+
     </section> <!-- /workers -->
 
     <section id="access"><title>Controlling Access to Your Proxy</title>