[Enterprise-support] [Bug 1988224] Re: apache stuck and child processes fail to start

2022-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.52-1ubuntu4.2 --- apache2 (2.4.52-1ubuntu4.2) jammy; urgency=medium * d/p/fix-a-possible-listener-deadlock.patch, d/p/handle-children-killed-pathologically.patch: Fix situation where Apache fails to start its child processes

[Enterprise-support] [Bug 1988224] Re: apache stuck and child processes fail to start

2022-08-31 Thread Sergio Durigan Junior
Instructions on how to reproduce: $ lxc launch ubuntu:jammy test-apache2 --vm $ lxc shell test-apache2 # apt update && apt dist-upgrade -y # apt install apache2 lynx -y # cat > /etc/apache2/mods-enabled/mpm_event.conf << __EOF__ StartServers 1 MinSpareThreads 1 MaxSpareThreads 1