diff options
author | Joe Orton <jorton@apache.org> | 2022-04-12 17:43:04 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2022-04-12 17:43:04 +0200 |
commit | db0631ed09566c81d651b4a51401ea0d61b1e986 (patch) | |
tree | a4bba0ba7e30cbf3a9de152c861db20637d25445 /CHANGES | |
parent | mpm_event: Fix accounting of active/total processes on ungraceful restart. (diff) | |
download | apache2-db0631ed09566c81d651b4a51401ea0d61b1e986.tar.xz apache2-db0631ed09566c81d651b4a51401ea0d61b1e986.zip |
Remove libsystemd dependency from main httpd binary
Until this change httpd was linking libsystemd to the main httpd binary. If you want to run lightweight version of httpd in container, sometimes you just want to install
httpd binary with as little dependencies as possible to make container small in size and do not pull uncencessary dependencies and libraries.
This change will move all systemd library calls from listen.c to mod_systemd module and remove systemd linking from the main httpd bin.
Fixed mixed declaration and wrongly declared variable.
Submitted by: Luboš Uhliarik <luhliari redhat.com>
Github: closes #312
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899784 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_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>] + *) ab: Add an optional ramp delay when starting concurrent connections so as to not trigger denial of service protection in the network. Report levels of concurrency achieved in cases where the test completes before |