On 02/03/2016 02:09 PM, Peter W. Caton wrote: > > I used this guide to install Mailman on Ubuntu 14.04.3: > https://help.ubuntu.com/lts/serverguide/mailman.html.
See the FAQ at <http://wiki.list.org/x/12812344>. > When I try to access the Mailman website, I receive this message: > > Forbidden > > You don't have permission to access /cgi-bin/mailman/admin/mailman on this > server. > > I receive this message trying to access either of these pages: > > http://server/cgi-bin/mailman/admin/mailman > > http://server/cgi-bin/mailman/listinfo/mailman > > I can access the Apache web page on "server." Just not the Mailman pages. > > Any thoughts on how to fix this? It would help if you posted the information about this from the apache error log, but I think the issue is Ubuntu's Apache package doesn't enable mod-cgi by default. Check /etc/apache2/mods-enabled. There should be a symlink cgi.load -> ../mods-available/cgi.load If it's not there, do cd /etc/apache2/mods-enabled ln -s ../mods-available/cgi.load cgi.load -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
