Submitted by midol on Tue, 06/12/2012 - 16:51
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
Submitted by JamieCameron on Wed, 06/13/2012 - 09:10 Comment #1
What is the URL of the non-working link?
Submitted by midol on Fri, 06/22/2012 - 20:31 Comment #2
at the bottom of the listmail is:
http://bvcrb.ca/mailman/listinfo/members
which then doesn't resolve, but tries to at:
https://bvcrb.ca:10000/virtualmin-mailman/unauthenticated/listinfo.cgi
??
Submitted by JamieCameron on Sat, 06/23/2012 - 09:23 Comment #3
So is bvcrb.ca the domain your list is hosted on, or the hostname of your system?
Submitted by midol on Mon, 06/25/2012 - 20:13 Comment #4
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
Submitted by danblack on Sat, 01/19/2013 - 20:07 Comment #5
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]