On Tuesday 13 February 2007 13:21, John Gardner wrote: > 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. > >
I'm trying something similar. I'm trying to proxy requests, because zenoss is on pyivate network, so i'm using another computer to proxy requests. But, as you noticed - everything works, except dashboard page. I don't have a clue ... IE reports "error on page" and dashboard ends up - empty. H. > > 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 > > Just out of interest, is there any reason why you want to put Apache in > front? > > John _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
