sportnix wrote:
> Hello ,
> 
> I have installed zenoss behind a secure site https:xxxx.com 
> 
> Now I want to redirect anythhing that hits the site like this example:
> 
> https:///xxxx.com/zport -> redirect to http://192.168.76.222:8080/zport
> 
> which means that the xerver xxx.com can reach the machine 192.168.76.222 .
> 
> When I write the follwoing in ssl.conf 
> 
> ProxyPass /zport/ http://192.168.76.222:8080/zport
> ProxyPassReverse /zport/ http://192.168.76.222:8080/zport
> 
> I get to the login screen of the site ok, but once I login it says"page 
> cannot be displayed"....


I guess you are redirected to http://192.168.76.222:8080/zport once you login.

I had the same and therefor I needed to add:

ProxyPreserveHost On

btw also add:

CacheEnable mem /

This makes the interface a lot faster




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=31079#31079

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to