On Sep 11, 2008, at 6:01 AM, guym wrote:
Thanks for your help. I've got a little further, using mod_rewrite and FastCGI. Is the problem with FastCGI that it is depreciated?

I don't know that there is a any problem with using FastCGI. The only problem is that AFAIK no one has ever done it this way.

Anyway, I'm getting to the zenoss site with stylesheet applied but get the following:

#############################

Site error
... snipped.
       RewriteEngine On
       RewriteRule ^/(.*) \
/foo/VirtualHostBase/https/<siteurl>:443/VirtualHostRoot/$1 [PT]
</VirtualHost>

I think my rewrite rule must be pointing at the wrong bit on the zenoss site (but close enough to pick up the stylesheet).

mod_rewrite and Zope's VirtualHostMonster can be a bit trick. I think your RewriteRule needs to look like this:

RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/https/% {SERVER_NAME}:443/$1 [P]
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to