]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Adding a note to mod_proxy documentation to clarify DNS resolution with origin server...
authorLuca Toscano <elukey@apache.org>
Mon, 23 May 2016 12:14:19 +0000 (12:14 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 23 May 2016 12:14:19 +0000 (12:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745169 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index d56c491e86090c702d93e6615f4a3f599bd2fe78..5e3a90ef30522d5bcdcbfbc0f342857be7fb2e80 100644 (file)
@@ -303,6 +303,17 @@ 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>