Anyone have working configuration settings for Mailman run on Hiawatha?
My current setting:
VirtualHost {
Hostname = lists.example.com
WebsiteRoot = /usr/local/www/example
StartFile = index.html
Alias = /mailman:/usr/local/mailman/cgi-bin
Alias = /pipermail:/usr/local/mailman/archives/public
Alias = /icons:/usr/local/www/icons
}
My current CGI configuration setting:
CGIextension = cgi
CGIhandler = /usr/bin/perl:pl
CGIhandler = /usr/bin/python:py
If I type in /pipermail and /icons on the browser, both showed up no problem. If I type /mailman, /mailman/admin and /mailman/listinfo, I get 404 error (empty page) AND the browser ask me if I can save .BIN files. Mailman use Python.
I turned Hiawatha off and turn Apache on to see if the simliar problem show up. On Apache, everything (i.e. pipermail, icons, mailman, admin, listinfo so on...) showed up no problem.
I see only setting that Apache able to run Mailman something Hiawatha lacking: ScriptAlias
I am very much like to stay with Hiawatha and trying to run Mailman on Hiawatha too.
Suggestions?
Hiawatha version: 8.7
Operating System: FreeBSD