[Mailman-Users] having trouble getting webpages to come up

Mark Sapiro msapiro at value.net
Fri Nov 18 22:10:27 CET 2005


Eric Evans wrote:

>Right after I first installed Mailman I created a new list called 
>mailman.  I would think that then I should be able to access the Mailman 
>admin page for this list by using a URL like 
>http://my.host.com/mailman/admin/mailman/  Is that right?


Yes.


>When I do this I 
>get an "Internal Server Error" message.  Does anyone have any idea what 
>might cause that?


Can you successfully go to
<http://my.host.com/mailman/admin/some_other_list>?

If you go to <http://my.host.com/mailman/admin/mailman/x>, does it work?

If so, you likely have something like

RedirectMatch /mailman[/]*$   http://my.host.com/mailman/listinfo

in your apache config. If you do, you need to anchor this as in

RedirectMatch ^/mailman[/]*$   http://my.host.com/mailman/listinfo

-- 
Mark Sapiro <msapiro at value.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