On Thu, 2015-04-23 at 11:43 -0500, Dr. Mikeal Hughes wrote: > I did discover if I type in www.biblematters.net in my browser I still get > the Forbidden > > You don't have permission to access / on this server. > > Apache/2.4.7 (Ubuntu) Server at www.biblematters.net Port 80
You will probably get more information from the Apache error log file, /var/log/apache2/error.log by default on Ubuntu systems. > > But if I type in http://www.biblematters.net/cgi-bin/mailman/listinfo > > I get a page that apparently doesn’t update. What do you mean, it doesn't update? > if I type in http://www.biblematters.net/cgi-bin/mailman/listinfo/biblematters > > I get the Administrator page put my password in and it says Authorization > Failed. This is an odd URL. Any URL with "listinfo" in it should bring up the list information page, not the administrator page. Additionally, you should never need to put "cgi-bin" in the URL for either the administrator or list information page. It sounds as if you may have Apache unconfigured or misconfigured for Mailman. Have you read the instructions at <http://www.gnu.org/software/mailman/mailman-install/node10.html>? Note that the reference to /usr/local/mailman/archives/public/ is outdated. Current installs on Ubuntu use /var/lib/mailman/archives/public/ -- Lindsay Haisley | "The only unchanging certainty FMP Computer Services | is the certainty of change" 512-259-1190 | http://www.fmp.com | - Ancient wisdom, all cultures ------------------------------------------------------ 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
