Re: [Mailman-Users] Apache ScriptAlias and POST

2019-12-10 Thread Geoff Campbell
Mark, Thanks very much for your pointer, the addition of a DEFAULT_URL_PATTERN as per the article you linked to solved my problem immediately. Regards, Geoff On Mon, 9 Dec 2019 at 21:25, Geoff Campbell wrote: > > Mark, > > > It is due to redirection losing POST data, but

Re: [Mailman-Users] Apache ScriptAlias and POST

2019-12-09 Thread Geoff Campbell
Mark, > It is due to redirection losing POST data, but the culprit is not > ScriptAlias. It is whatever you have in your Apache config that > redirects http to https. Ah, interesting. > I don't know why you couldn't find the answer in the archives. Well, I think the answer there is that there a

[Mailman-Users] Apache ScriptAlias and POST

2019-12-09 Thread Geoff Campbell
All, I'm trying to get mailman up and running, using Apache as the web server, and I appear to have run into a fundamental and insoluble problem. Now, please be gentle with me, it's a good 15 years since I last used Linux servers in anger, and I am very far from being an expert with Apache config