[Bug 925956] New: access problem with /etc/apache2/conf.d/mailman.conf from distro
http://bugzilla.opensuse.org/show_bug.cgi?id=925956 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: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=925956 http://bugzilla.opensuse.org/show_bug.cgi?id=925956#c5 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED CC| |suse-beta@cboltz.de Resolution|--- |FIXED --- Comment #5 from Christian Boltz <suse-beta@cboltz.de> --- This was fixed in the meantime - in Tumbleweed and Leap 42.2, the mailman apache config checks if mod_access_compat is loaded and switches between "require all granted" or "allow from all". -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com