]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose.
authorRainer Jung <rjung@apache.org>
Mon, 20 Jun 2022 21:07:17 +0000 (21:07 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 20 Jun 2022 21:07:17 +0000 (21:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1902118 13f79535-47bb-0310-9956-ffa450edef68

STATUS
changes-entries/mod_heartmonitor-HeartbeatMaxServers.txt [new file with mode: 0644]

diff --git a/STATUS b/STATUS
index 743b4f83eac2e21e9d6a071ed17de4ceb77861f8..32946e50f25b7aef6b25ee3a15f6e69e268ee17a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -200,6 +200,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1822857,1876815,1893499,1900024,1900152,1900306,1900559,1900564,1900691,1900694 ^/httpd/httpd/trunk .
      +1: jailletc36, 
 
+  *) mod_heartmonitor: Allow "HeartbeatMaxServers 0"
+     to use file based storage instead of slotmem.
+     Needed after setting HeartbeatMaxServers default
+     to the documented value 10 in 2.4.54.
+     PR 66131.  [Jérôme Billiras]
+     Trunk version of patch:
+        https://svn.apache.org/r1902117
+     2.4.x patch: svn merge -c 1902117 ^/httpd/httpd/trunk .
+     +1: rjung,
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]
 
diff --git a/changes-entries/mod_heartmonitor-HeartbeatMaxServers.txt b/changes-entries/mod_heartmonitor-HeartbeatMaxServers.txt
new file mode 100644 (file)
index 0000000..b258358
--- /dev/null
@@ -0,0 +1,5 @@
+  *) mod_heartmonitor: Allow "HeartbeatMaxServers 0"
+     to use file based storage instead of slotmem.
+     Needed after setting HeartbeatMaxServers default
+     to the documented value 10 in 2.4.54.
+     PR 66131.  [Jérôme Billiras]