[Mailman-Users] removing /mailman/ from URLs

Danny Yee danny at anatomy.usyd.edu.au
Sun Feb 13 11:21:58 CET 2000


I've set up a separate domain (lists.domain) just for mailman, and an
Apache virtual host for it.  The following Apache config

<VirtualHost IP>
        ServerName lists.domain
        Alias /pipermail/ /var/mailman/archives/public/
        Alias /index.html /var/mailman/index.html
        ScriptAlias / /var/mailman/cgi-bin/
</VirtualHost>

works, in that
	http://lists.domain/listinfo
	http://lists.domain/admin
	http://lists.domain/pipermail
	etc.
all do the right thing.

And http://lists.domain/index.html
	returns /var/mailman/index.html
But I can't find any way to get
	http://lists.domain/
to return that page (which is basically just links to /admin and
/listinfo).  

Is there an equivalent of DirectoryIndex for ScriptAliased directories?
Any other ideas?  Many people do "guess" domain names, so keeping them
as simple as possible is I think useful.

Danny.





More information about the Mailman-Users mailing list