On 1/6/22 10:21 AM, Michael Heseltine wrote:
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".
No. You probably don't need ProxyPassReverse at all, but it doesn't hurt and it should be the same URL as in ProxyPass.
Port 8001 is Mailman core's REST server and that is what's in MAILMAN_REST_API_URL. Port 8000 is your wsgi server. The HowTo you're following tells you to install and configure gunicorn and it should be running and listening on port 8000 as it's what receives the proxied requests from Apache.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan