[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 after a certain
number of requests, causing requests for new pages to hang.
(LP: #1988224)
  * d/perl-framework/t/ssl/ocsp.t: Update test framework
- Cherry pick from Debian 2.4.53-1

 -- Bryce Harrington   Thu, 29 Sep 2022 21:09:50
-0700

** Changed in: apache2 (Ubuntu Jammy)
   Status: Fix Committed => 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


-- 
Mailing list: https://launchpad.net/~enterprise-support
Post to : enterprise-support@lists.launchpad.net
Unsubscribe : https://launchpad.net/~enterprise-support
More help   : https://help.launchpad.net/ListHelp


[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
ThreadsPerChild 1
MaxRequestWorkers 1
MaxConnectionsPerChild 1

__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


-- 
Mailing list: https://launchpad.net/~enterprise-support
Post to : enterprise-support@lists.launchpad.net
Unsubscribe : https://launchpad.net/~enterprise-support
More help   : https://help.launchpad.net/ListHelp