Hi.
I set up a mailman on OpenBSD, and it seems I have managed to do it.
A single problem left, that I'd like to share with you and get your idea;
On mailman homepage, there is a link "you can visit the list admin overview
page"
and when I click, redirects me: mysite.com/admin and it gives error 404.
However if I add "/" at the end, making mysite.com/admin/, it works.
Also the same happens on the linked-text;
"Overview of all list.mysite.com mailing lists" linking to;
mysite.com/listinfo, which gives 404 not found when clicking on it.
But with an extra '/'; mysite.com/listinfo/ works.
Where's my mistake?
Related httpd.conf lines;
location "/admin/*" {
fastcgi socket "/var/www/run/slowcgi.sock"
root "/usr/local/lib/mailman/cgi-bin/admin"
request strip 1
}
location "/listinfo/*" {
fastcgi socket "/var/www/run/slowcgi.sock"
root "/usr/local/lib/mailman/cgi-bin/listinfo"
request strip 1
}
Regards,
Mark.