From: Luca Toscano
Date: Mon, 30 May 2016 06:47:54 +0000 (+0000)
Subject: Documentation rebuild
X-Git-Tag: 2.4.21~110
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729769aece186ffdd7f2328e353b7ee08b72cde9;p=thirdparty%2Fapache%2Fhttpd.git
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1746085 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index 6b0128a98da..7a49fab4a60 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
Members are added to a balancer using
BalancerMember
.
- DNS resolution for origin domains
-
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 ttl
of the connection expires
- (please check ProxyPass
- parameters).
- This means that httpd does not perform any DNS resolution caching.
-
-
-