diff options
author | Rainer Jung <rjung@apache.org> | 2022-04-13 14:11:01 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2022-04-13 14:11:01 +0200 |
commit | c6099d586f87b935f543bb7962cca05dd2b3aebd (patch) | |
tree | 1af9ae5395c5afb023639cd64fdaca8b3c03fe5a /CHANGES | |
parent | *) mod_http2: use the new REQUEST buckets to forward request (diff) | |
download | apache2-c6099d586f87b935f543bb7962cca05dd2b3aebd.tar.xz apache2-c6099d586f87b935f543bb7962cca05dd2b3aebd.zip |
mod_heartmonitor: Set the documented default value
"10" for HeartbeatMaxServers instead of "0". With "0"
no shared memory slotmem was initialized.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_heartmonitor: Set the documented default value + "10" for HeartbeatMaxServers instead of "0". With "0" + no shared memory slotmem was initialized. [Rainer Jung] + *) mod_systemd: Systemd socket activation can now be enabled at build time but disabled at run time, if mod_systemd is not loaded. [Lubos Uhliarik <luhliari redhat.com>] |