Re: [Mailman-Users] Mailman web interface with apache 2.4

2014-02-19 Thread Stefano Cislaghi
Hi, I've solved few minutes ago. The issue was rather stupid. CGID wasn't enabled and must be manually enabled in apache. Doing so solved the issue. Thanks Ste On 19 February 2014 16:57, Mark Sapiro wrote: > On 02/19/2014 01:04 AM, Stefano Cislaghi wrote: > > > > Digging into changelog of apa

Re: [Mailman-Users] Mailman web interface with apache 2.4

2014-02-19 Thread Mark Sapiro
On 02/19/2014 01:04 AM, Stefano Cislaghi wrote: > > Digging into changelog of apache 2.4 I discoved that entries: > > Order Allow, Deny > Allow from all > > are no more current and must be replaced by 'Require all granted'. Doing > so didn't solve the issue, but error log changed as: > > AH017

[Mailman-Users] Mailman web interface with apache 2.4

2014-02-19 Thread Stefano Cislaghi
Hi, I've just installed Ubuntu 13.10 with apache 2.4. Here, mailman is working but I'm getting stuck with the webinterface. He're providing anytime 403 forbidden, logging: AH01630: client denied by server configuration: /usr/lib/mailman/cgi-bin Digging into changelog of apache 2.4 I discoved tha