Apparently the magic combination is escaping me here. I am trying to set up zenoss on a server that will be hosting other services, all of these will front-end with apache. For purposes of company policy, the machine cannot be known by more than its current fqdn. I have succeeded in creating re-writes so that the apache root will proxy to zenoss, and it all works fine and well. What I need is for zenoss to be served from a different root (/zenoss), and for the last week, all I have managed to accomplish is generating a couple of different error messages. I am attempting to keep all of the configuration in the virtual host config, without using htaccess files.
so, the rewrite rule that I am using that DOES work: RewriteRule ^(.*)$ http://localhost:8080/VirtualHostBase/http/server.company.com:80/VirtualHostRoot$1 [NE,L,P] the rewrite rule I WANT to use that will allow me to host zenoss in different root path (but results in errors): RewriteRule ^/zenoss(.*)$ http://localhost:8080/VirtualHostBase/http/server.company.com:80/VirtualHostRoot/zenoss$1 [NE,L,P] Additionally, I have attempted to wrap the rewrite in a <Location /zenoss> stanza, but that too ends in a failure. Has anyone been able to accomplish this task, and could you provide any information to help open my eyes? -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=37899#37899 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
