28 Nov
2021
28 Nov
'21
5 p.m.
I found the update that caused the issue on Debian 10 : apache2 (2.4.38-3+deb10u6) buster-security; urgency=high
[ Yadd, Moritz Muehlenhoff ]
- Initialize the request fields on read failure to avoid NULLs (Closes: CVE-2021-34798)
- mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker (Closes: CVE-2021-36160)
- Fix ap_escape_quotes with pre-escaped quotes (Closes: CVE-2021-39275)
- Sanity checks on the configured UDS path (Closes: CVE-2021-40438)
-- Yadd <yadd@debian.org> Thu, 30 Sep 2021 05:50:49 +0200
The *good* solution is to replace by the following line : ProxyPass /mailman3/ unix:/run/mailman3-web/uwsgi.sock|uwsgi://localhost/
You can notice the "/" after mailman3 *and* localhost. This way, https://lists.tdl/mailman3/ will work again.
This is not a bug, this a new feature ;-)