diff options
author | Luca Toscano <elukey@apache.org> | 2016-05-30 06:47:54 +0000 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2016-05-30 06:47:54 +0000 |
commit | 729769aece186ffdd7f2328e353b7ee08b72cde9 (patch) | |
tree | 5b7b15f4406d7889ae180c987649858b1931e5b5 | |
parent | a3359aae812297531ddc9fb0366b3117c352a5aa (diff) | |
download | httpd-729769aece186ffdd7f2328e353b7ee08b72cde9.tar.gz |
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1746085 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_proxy.html.en | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 6b0128a98d..7a49fab4a6 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -341,17 +341,6 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10</pre> Members are added to a balancer using <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> - </div> - </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="access" id="access">Controlling Access to Your Proxy</a></h2> |