Toggle navigation
Homepage
About
Download
Support
Monitor
Weblog
Forum
mailman
benoit
22 October 2008, 12:46
Hi,
I try to configure Hiawatha with Mailman but I have some problems.
I have configure the CGI program of Mailman with the extension .cgi, no problem with this kind of URL :
http://www.exemple.com/mailman/listinfo.cgi
But when I have a URL like this :
http://www.exemple.com/mailman/listinfo.cgi/bsdlist
I received a "404 - Not Found"
Is there someone that used Hiawatha with Mailman ?
Thanks,
Benoit
Hugo Leisink
22 October 2008, 13:06
Try using the following configuration setting for your mailman virtualhost:
VirtualHost{
...
EnablePathInfo = yes
}
benoit
22 October 2008, 15:25
I have the same result "404 - Not Found"
This topic has been closed.
Back