[Bug 1973589] Re: Restart loop when using PathExistsGlob

2022-05-16 Thread Antonios Tsianakas
** 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

[Bug 1973589] [NEW] Restart loop when using PathExistsGlob

2022-05-16 Thread Antonios Tsianakas
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]

[Bug 1969629] Re: Apache 2.4.x: mod_http2 sends empty response after MaxRequestsPerChild

2022-04-20 Thread Antonios Tsianakas
** 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.

[Bug 1969629] [NEW] mod_http2: fixes 2 regressions in server limit handling.

2022-04-20 Thread Antonios Tsianakas
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