From: Ruediger Pluem
Date: Mon, 30 Oct 2023 10:44:59 +0000 (+0000)
Subject: * Document r1912459. [skip ci]
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea5fb57588e90a7194d28895b38451dd0b69df08;p=thirdparty%2Fapache%2Fhttpd.git
* Document r1912459. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913432 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/changes-entries/proxy_backend_dns_ttl.txt b/changes-entries/proxy_backend_dns_ttl.txt
new file mode 100644
index 00000000000..b3041e023d0
--- /dev/null
+++ b/changes-entries/proxy_backend_dns_ttl.txt
@@ -0,0 +1,3 @@
+
+ *) mod_proxy: Allow to set a TTL for how long DNS resolutions to backend
+ systems are cached. [Yann Ylavic]
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 62b40e16949..ad4d736dde7 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1320,6 +1320,11 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
interfering with the authorizations that are to be enforced in by the Apache httpd.
+ addressttl |
+ -1 |
+ TTL in seconds for how long DNS resolutions of the backend address are cached.
+ -1 means until restart of Apache httpd.
+ |