Urm, yes (lots). Bottom line;
(a) I don't trust ZOPE on port 80, there are just too many ways to abuse it (b) I want a consistent front-end for Zope and at the moment, we use apache Apache gives me a LOT of security options that Zope simply does not have. Just for example the ability to dynamically scan log files and blacklist abusive IP addresses ... (!) Currently we're running ~ 40 zope based sites, we have run zope "raw" before without Apache, but we won't be doing it again, at least not on a public IP (!) Gareth. On Tue, 2007-02-13 at 12:21 +0000, 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. > > > > 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 > > -- 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
