Hi All, We would like to access Zenoss over SSL using Apache. The howto works correctly ( http://www.zenoss.com/community/docs/howtos/setup-zenoss-with-apache/ ), but our setup is slightly different. We serve other applications over SSL on the same host, so we would like to redirect everything under "zenoss" rather than our entire SSL VirtualHost.
To accomplish this, we've tried modifying the RewriteRule's as follows: ------ RewriteRule ^/zenoss$ http://assets.lepp.cornell.edu:8080/VirtualHostBase/https/assets.lepp.cornell.edu:443/VirtualHostRoot/_vh_zenoss [L,P] RewriteRule ^/zenoss/(.*) http://assets.lepp.cornell.edu:8080/VirtualHostBase/https/assets.lepp.cornell.edu:443/VirtualHostRoot/_vh_zenoss/$1 [L,P] ------ However, this doesn't quite work. When we try to browse to https://assets.lepp.cornell.edu/zenoss , we are redirected to https://assets.lepp.cornell.edu/zport/dmd/ , which obviously isn't right. Has anyone else gotten a similar configuration to work? Any suggestions or help would be greatly appreciated. Many thanks, Devin -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=9492#9492 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
