On 05/02/2016 02:51 PM, Christopher Adams wrote:
> 
> Looking in the httpd error log, I find this:  "client denied by server
> configuration: /usr/local/mailman/cgi-bin/listinfo".
> 
> I added a block in the httpd.conf file to allow access to the cgi-bin
> directory and restarted httpd. Still, I am being forbidden. Files and
> directories are owned by mailman.mailman and they seem like they have
> proper permissions. I am assuming that it is
> 
> <Directory      "/usr/local/mailman/cgi-bin/">
>         Order allow,deny
>         Allow from all
> </Directory>


If this is Apache 2.4, instead of

        Order allow,deny
        Allow from all

you need

        Require all granted

See <http://httpd.apache.org/docs/2.4/upgrading.html>.


> I then commented out the directory block that limited access to the entire
> file system. I restarted httpd. Now, I get this :
> Bug in Mailman version 2.1.22 We're sorry, we hit a bug!


And what's in Mailman's error log? We need this info to begin to
understand what the issue might be.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to