From: Joe Orton Date: Fri, 6 Jun 2025 10:46:54 +0000 (+0000) Subject: systemd socket activation is a new feature for 2.4, X-Git-Tag: 2.4.64-rc1-candidate~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6e9072f8238c21059cf8706fd88d6330e785d9;p=thirdparty%2Fapache%2Fhttpd.git systemd socket activation is a new feature for 2.4, 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 --- diff --git a/CHANGES b/CHANGES index 1b3a6c9ce1..193e7a0fa7 100644 --- 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 ] + *) mod_systemd: Add systemd socket activation support. [Paul Querna, + Jan Kaluza, Lubos Uhliarik , Joe Orton] *) mod_systemd: Log the SELinux context at startup if available and enabled. [Joe Orton]