Starting with linux-image-5.15.0-125-generic, we observe the same issue
on our Nutanix VMs running Jammy, accompanied by significantly reduced
interface speeds of about 500 KB/s.
The performance issue persists even after running the following command:
ethtool -K ens3 gso off
However, the performa
** Description changed:
When using PathExistsGlob in a path unit, systemd starts the
corresponding service unit in an infinite loop. We have observed this
problem only under Jammy.
--
[Unit]
Description=Test
[Path]
PathExistsGlob=/home/www-data/test/*.so
Unit=te
Public bug reported:
When using PathExistsGlob in a path unit, systemd starts the
corresponding service unit in an infinite loop. We have observed this
problem only under Jammy.
--
[Unit]
Description=Test
[Path]
PathExistsGlob=/home/www-data/test/*.so
Unit=test.service
[Install]
Wan
** Summary changed:
- mod_http2: fixes 2 regressions in server limit handling.
+ Apache 2.4.x: mod_http2 sends empty response after MaxRequestsPerChild
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/19
Public bug reported:
We run into a bug in mod_http2 for Apache 2.4.x.
Every time MaxRequestsPerChild is reached, an empty response is sent to the
client:
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731
This bug was fixed and backported to v2.4.52:
https://github.com/apache/httpd/pull/281