Hi Niklas, On Tue, Mar 30, 2021 at 4:34 PM Niklas Edmundsson <[email protected]> wrote: > > I currently see this on a Ubuntu 18.04 machine, from server-status > (raw cut&paste, so the formatting isn't the best): > > --------------------8<--------------------------- > Server Version: Apache/2.4.46 (Unix) OpenSSL/1.1.1
Is that Ubuntu's httpd? It looks like Bionic is bundling an older one. Also, which modules are you loading? What kind of traffic (static, cgi, proxy, websocket, http2..)? How long do connections last? > > So, what strikes me as very odd is that we have a bunch of PIDs that > are marked as "old gen", but are not stopping (and thus still > accepting new connections). Shouldn't "old gen" processes by default > stop accepting new connections? Indeed, provided they get the signal to stop.. Could you set the global LogLevel to trace6 please and provide the error_log? If all your virtual hosts have their own LogLevel, this shouldn't affect the verbosity of the traffic, only the administration. Regards; Yann.
