On Jun 26, 2008, at 7:42 AM, atrawog wrote:
But mod_proxy alone doesn't add any performance gains and the same functionality could be gained using Apache rewrite rules. What can improve latency is using mod_proxy in combination with mod_cache and memory web caching:

Code:
CacheEnable mem /

Lost of good suggestions, but I just wanted to warn people about a potential gotcha with mod_cache. Don't try to use mod_cache on an Apache reverse proxy to Zenoss unless you have httpd-2.2+. Earlier versions do not play nicely with Zope and will cause very strange behavior.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to