Bug ID 925956
Summary access problem with /etc/apache2/conf.d/mailman.conf from distro
Classification openSUSE
Product openSUSE Distribution
Version 13.2
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Apache
Assignee bnc-team-apache@forge.provo.novell.com
Reporter sledz@zone42.org
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

The /etc/apache2/conf.d/mailman.conf from mailman-2.1.17-2.1.7 contains
old-style access definitions:

<Directory /usr/lib/mailman/cgi-bin>
        order allow,deny
        allow from all
</Directory>

With these ones a call to a related cgi-url results in an 

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

error.although mod_access_compat ist loaded. :(

Changing the definitions to 

<Directory /usr/lib/mailman/cgi-bin>
        Require all granted
</Directory>

seems to fix this problem. Used apache version is apache2-2.4.10-16.1.


You are receiving this mail because: