Try manually hitting the url that the dashboard javascript code is using to fetch updates. Without going through your proxy the url is

http://yourzenossserver:8080/zport/dmd/ZenEventManager/getDashboardInfo

Then give it a try through your proxy, which I think would be

http://yourapacheserver:80/zport/dmd/ZenEventManager/getDashboardInfo

-jason

On Feb 13, 2007, at 7:07 AM, Gareth Bult wrote:

Hi,

I'm trying to stick ZenOSS behind apache and seem to have run into a problem. Although ZenOSS in general works, the Dashboard does not work (through Apache).
Everything seems to be 100% when I access on port 8080.

This is what I'm doing in my apache config;

<VirtualHost *:80>
RewriteRule ^/(.*) http://monitor:8080/VirtualHostBase/http/% {HTTP_HOST}:80/VirtualHostRoot/$1 [L,P]
 ProxyPassReverse ^/(.*) http://${HTTP_HOST}/$1
</VirtualHost>

Which works fine for "other" applications.

Can anyone tell me why this kills (just) the dashboard ???? (and how I get around it?)

Thanks,
Gareth.

--
Gareth Bult, Encryptec Limited
Tel: 0845 25 77033, FWD: 753977, Mob: 07891 389657
Email: [EMAIL PROTECTED], MSN:[EMAIL PROTECTED]

Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request.


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

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

Reply via email to