Did you see my post at https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/... and did you run
/opt/mailman/mm/bin/django-admin migrate
before starting services?
As mentioned above: yes, I did; and yes, I did it before starting the services.
Do you have all of these apache modules enabled, proxy.conf, proxy_http.load and proxy.load, in particular proxy_http.load?
Well, mostly:
# a2enmod proxy_http.load Considering dependency proxy for proxy_http: Module proxy already enabled Module proxy_http already enabled # a2enmod proxy.load Module proxy already enabled # a2enmod proxy.conf ERROR: Module proxy.conf does not exist!
Did a "systemctl restart apache2", but nothing has changed - still get an internal Server error.
Btw, I the ProxyPass(Reverse) supposed to point at the URL listed in MAILMAN_REST_API_URL? Because that one is set to port 8001 in settings.py, and if I try to "telnet localhost 8000", i get "Connection refused".
Cheers, Michael