]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Document r1912459. [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Mon, 30 Oct 2023 10:44:59 +0000 (10:44 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 30 Oct 2023 10:44:59 +0000 (10:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913432 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/proxy_backend_dns_ttl.txt [new file with mode: 0644]
docs/manual/mod/mod_proxy.xml

diff --git a/changes-entries/proxy_backend_dns_ttl.txt b/changes-entries/proxy_backend_dns_ttl.txt
new file mode 100644 (file)
index 0000000..b3041e0
--- /dev/null
@@ -0,0 +1,3 @@
+
+  *) mod_proxy: Allow to set a TTL for how long DNS resolutions to backend
+     systems are cached. [Yann Ylavic]
index 62b40e1694939d137a116e130831b927baac5a82..ad4d736dde7409f39a92df08a740933c84a8c13d 100644 (file)
@@ -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.</p>
         </note>
     </td></tr>
+    <tr><td><a id="addressttl" name="addressttl">addressttl</a></td>
+        <td>-1</td>
+        <td><p>TTL in seconds for how long DNS resolutions of the backend address are cached.
+        -1 means until restart of Apache httpd.</p>
+    </td></tr>
 
     </table>