[Mailman-Users] client denied by server configuration: /usr/lib/cgi-bin/mailman/listinfo

Mark Sapiro mark at msapiro.net
Thu Aug 13 15:40:00 CEST 2015


On 08/13/2015 12:17 AM, Martin Skjöldebrand wrote:
> Hi,
> 
> Trying to get mailman to behave using this guide:https://www.howtoforg
> e.com/how-to-install-and-configure-mailman-with-postfix-on-debian
> -squeeze even though I'm on Jessie.


See the FAQ at <http://wiki.list.org/x/12812344>


> I get the above error in /var/log/apache2/list-error 
> 
> [Thu Aug 13 09:09:10.563936 2015] [access_compat:error] [pid 30067]
> [client 37.196.46.254:58989] AH01797: client denied by server
> configuration: /usr/lib/cgi-bin/mailman/listinfo


See the installation manual at
<http://www.list.org/mailman-install/node10.html>.

Somewhere in your apache config, maybe in /etc/apache2/conf.d/mailman,
you need a

<Directory "/usr/lib/cgi-bin/">

block an within that block you probably need (for apache 2.4)

    Require all granted

If you have

        Order allow,deny
        Allow from all

that's only for older apache versions.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list