[Mailman-Users] site list web loop

Trevor Cordes trevor at tecnopolis.ca
Sun Apr 11 05:00:29 CEST 2004


>> 3. I click on that link and am taken straight to (must be through 
>> redirections): http://mysite.com/mailman/listinfo

> Looks like you are right. You have some redirect setup in the Apache 
> config file. Grep through that file for "mailman" and you'll find the 
> culprit...

You were right!  I had completely forgotten I had added a line in 
/etc/httpd/conf.d/mailman.conf :

RedirectMatch /mailman[/]*$ http://www.tecnopolis.ca/mailman/listinfo

changing it to:

RedirectMatch ^/mailman[/]*$ http://www.tecnopolis.ca/mailman/listinfo

solves the problem.  I had added that ages ago so that hits to /mailman
(no filename) on my site would go to the right place (listinfo) rather
than going nowhere... I'm not even sure if this is required anymore.  I 
didn't notice the problem till now because I never used to have a Mailman 
site list set up so I would not have noticed the obscure bug generated by 
not having the caret.

Thanks for the help!




More information about the Mailman-Users mailing list