mailman archive disappeared

recently a user emailed me asking about a broken link, it was to a VM mailman list archive. The automatically generated link to the listinfo page at the bottom of each mailman mail received works, but the listinfo page's link to the archive leads only to an attachment folder, no mail bodies. I don't know where the archive is supposed to be so I can check. Anyone?

Dave

ps but I don't know when this started happening but can confirm that it used to work

Status: 
Active

Comments

What is the URL of the non-working link?

So is bvcrb.ca the domain your list is hosted on, or the hostname of your system?

the domain. it's a xen centos dom0 and the domU VM fqdn is bulkley.bvserver.ca. That vm hosts the bvcrb.ca site and others.

the site CMS started off as expression engine free in the beginning, upgraded to the paid version for features and recently upgraded again for ease of use issues. Don't know what else might be relevant.

D

I ended up fixing this with the following in my clients web configuration.

SSLProxyEngine on

RewriteRule /mailman/listinfo(/.*) "https://{clientdomain}:10000/virtualmin-mailman/unauthenticated/listinfo.cgi$1" [P]

RewriteRule /mailman/([^/])(.) "https://{clientdomain}:10000/virtualmin-mailman/unauthenticated/$1.cgi$2" [P]

not sure if this is needed:

RewriteRule /virtualmin-mailman/unauthenticated/(.*) "https://{clientdomain}:10000/virtualmin-mailman/unauthenticated/$1" [P]

RewriteRule /cgi-bin/mailman/([^/])(.) "https://{clientdomain}:10000/virtualmin-mailman/unauthenticated/$1.cgi$2" [P]