[EMAIL PROTECTED] Simultaneous Proxy Balancer workers

2007-06-26 Thread Yavor Trapkov
Hello, is it possible to setup 2 or more proxy balancers to simultaneously use the same worker (server), for example ProxyPass /URL1 balancer://mycluster1 Proxy balancer://mycluster1 BalancerMember http://1.2.3.4:8009/URL1 route=blue BalancerMember http://1.2.3.5:8009/URL1 smax=10 route=red #

RE: [EMAIL PROTECTED] using cache in reverse proxy mode

2005-10-24 Thread Yavor Trapkov
to understand why a response does not get cached. I would not use memory cache with Apache 2.0.54. I used it without problems with Apache 2.0.49, but I ran into core dumps in Apache 2.0.54. Probably does not do you much good anyway. -ascs -Original Message- From: Yavor Trapkov [mailto:[EMAIL

[EMAIL PROTECTED] using cache in reverse proxy mode

2005-10-22 Thread Yavor Trapkov
Hello, I'm using apache (2.0.54) as a frontend server to proxy content from application servers, I'd like to enable caching in order to decrease the load of the backend servers, I tried to add CacheEnable directive: ProxyPass/content1 http://server:8080/content1 ProxyPassReverse