No apache2.4 config

Bug #1408369 reported by Ben Copeland
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mailman (Ubuntu)
New
Undecided
Unassigned

Bug Description

According to the docs https://help.ubuntu.com/community/Mailman#Apache_Configuration :

sudo ln -s /etc/mailman/apache.conf /etc/apache2/sites-enabled/mailman

The problem is /etc/mailman/apache.conf is for Apache 2.2. Meaning the Allow/Deny rules are wrong and as such I get Apache errors such as:

AH01630: client denied by server configuration: /usr/lib/cgi-bin/mailman/listinfo

The mailman package should be updated for trusty, to support the newer Apache 2.4 config.

http://httpd.apache.org/docs/2.4/upgrading.html

Ubuntu 14.04

Revision history for this message
Mark Sapiro (msapiro) wrote :

This affects the Debian/Ubuntu mailman package. It does not affect the GNU Mailman project.

affects: mailman → mailman (Ubuntu)
Revision history for this message
Michael Peters (mrpeters) wrote :

Replacing all of the:

    Order allow,deny
    Allow from all

To:

Require all granted

Revision history for this message
Michael Peters (mrpeters) wrote :

Darn it, hit submit before I was done. Change those in the example apache.conf to make it compatible with Apache 2.4 which is the default for Ubuntu 14.04.

Does mailman have a Git or SVN repo I can submit a patch for this to?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.