14 Oct
2021
14 Oct
'21
11:26 a.m.
I type this URL into the browser: https://lists.tld/mailman3/postorius/lists/ In the apache access log I find: GET /mailman3/postorius/lists/ With DEBUG=True, the web site shows: Request Method: GET Request URL: https://lists.tld/mailman//postorius/lists/
Using the URLconf defined in urls, Django tried these URL patterns, in this order:
^$
^mailman3/
^postorius/
^hyperkitty/
^user-profile/delete$ [name='mm_user_account_delete']
^user-profile/$ [name='mm_user_profile']
^accounts/
^admin/
The current path, /postorius/lists/, didn't match any of these.
This is driving me crazy. What's more, when I completely remove the ProxyPass statements from the apache config, it does not make a difference. Somehow the wsgi is not working at all.