Duncan Drury wrote: >After bringing the RedirectMatch ^/mailman[/]*$ >http://www.example.com/mailman/listinfo directive into my vhost directive >block, listinfo also started working. I think that the mailman.conf file >created by the rpm might work fine on a server where there is only a single >domain, but not for those hosting other websites.
It shouldn't matter. In my installation, I have RedirectMatch ^/mailman[/]*$ /mailman/listinfo in the main configuration prior to any VirtualHost blocks, and it works just fine for the main server and all virtual hosts. I don't specify a scheme or a host in my redirect target which just defaults them to the scheme and host of the original URL which is more appropriate in a virtual host environment - you don't want to redirect http://virt1.example.com/mailman to http://virt2.example.com/mailman/listinfo - but I don't think that difference should cause the problem you see. (I have reported this latter situation at <https://bugzilla.redhat.com/show_bug.cgi?id=455185>). -- 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://wiki.list.org/x/AgA3 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://wiki.list.org/x/QIA9
