enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #08987
[Bug 1988224] Re: apache stuck and child processes fail to start
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__
<IfModule mpm_event_module>
StartServers 1
MinSpareThreads 1
MaxSpareThreads 1
ThreadsPerChild 1
MaxRequestWorkers 1
MaxConnectionsPerChild 1
</IfModule>
__EOF__
# systemctl restart apache2
# while lynx -dump -read_timeout=10 localhost/server-status; do continue; done
... This command should never return, but it will crash eventually ...
** Also affects: apache2 (Ubuntu Jammy)
Importance: Undecided
Status: New
** Changed in: apache2 (Ubuntu Jammy)
Status: New => Triaged
** Changed in: apache2 (Ubuntu Jammy)
Importance: Undecided => Medium
** Changed in: apache2 (Ubuntu)
Status: Incomplete => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to apache2 in Ubuntu.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1988224
Title:
apache stuck and child processes fail to start
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1988224/+subscriptions
References