]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
systemd socket activation is a new feature for 2.4,
authorJoe Orton <jorton@apache.org>
Fri, 6 Jun 2025 10:46:54 +0000 (10:46 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 6 Jun 2025 10:46:54 +0000 (10:46 +0000)
Paul wrote the first patch in this series, credit
everyone (I hope) appropriately.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1926173 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1b3a6c9ce1af3b5eca1b174b92718d96678a4619..193e7a0fa7b2b68e019b4740ce6993b0574e9234 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.64
 
-  *) 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>]
+  *) mod_systemd: Add systemd socket activation support.  [Paul Querna,
+     Jan Kaluza, Lubos Uhliarik <luhliari redhat.com>, Joe Orton]
 
   *) mod_systemd: Log the SELinux context at startup if available and
      enabled.  [Joe Orton]