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 <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to