Damn you, Google
Sometimes, I wonder if I’ve become too dependent on good search tools. I’ve tried a couple of times in the past to wrap SSL around Zenoss, but all I could find were conflicting emails and forum posts about how to do it. i finally stumbled upon the correct (and easiest!) way to do it here.
RewriteEngine On
RewriteRule ^/(.*) http://SERVER:8080/VirtualHostBase/https/SERVER:443/VirtualHostRoot/$1 [L,P]
Here’s to hoping that Google picks this up for the next schmuck trying to find it.
