Robert Moskowitz wrote:
Now is there a REASONABLE way to just make the URL http://mailman.foo.com (leaving archives at I think it is suppose to be http://mailman.foo.com/archives)?
If all you want is for http://mailman.foo.com to get the listinfo overview page, this works in Apache
RedirectMatch ^[/]+$ /mailman/listinfo
I don't know how you'd translate that to Amahi Home Server.
If you wan't to drop the '/mailman' from all URLs you would need to change whatever the equivalent of
ScriptAlias /mailman/ /path/to/mailman/cgi-bin/
is to something equivalent to
ScriptAlias / /path/to/mailman/cgi-bin/
plus the equivalent of
RedirectMatch ^[/]+$ /listinfo
You would also need to add
DEFAULT_URL_PATTERN = 'http://%s/'
to mm_cfg.py and run fix_url to update the web_page_url for existing lists.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan