Re: [us...@httpd] Problem with DNS lookup caching in reverse proxy

2010-12-03 Thread Igor Galić
> Thank you very much, Igor. > Indeed, your suggestion solves most of the cases where I encounter > the > switch-over of the backend hosts. > However, this does *not* help in all cases, as this works only if the > backend is no more reachable and thus an error condition occurs. > Sometimes > I jus

Re: [us...@httpd] Problem with DNS lookup caching in reverse proxy

2010-12-03 Thread Slawomir R. Janotta
> > Would it be a viable option for you to not use the DNS method, and > instead do something like: > > > BalanceMember https://backend1.mydomain.com:8080/ > BalanceMember https://backend1.mydomain.com:8080/ status=+H > > > ProxyPass / balancer://notsohotcluster > ProxyPassReverse / balancer:

Re: [us...@httpd] Problem with DNS lookup caching in reverse proxy

2010-11-26 Thread Igor Galić
- "Slawomir R. Janotta" wrote: > Hi everybody, > I am facing a problem which I cannot solve in a satisfying way and > after > searching the known resources for a while I wonder if anyone has ever > solved a similiar one. > > Let me first describe the situation I have here. > > I am using a

[us...@httpd] Problem with DNS lookup caching in reverse proxy

2010-11-26 Thread Slawomir R. Janotta
Hi everybody, I am facing a problem which I cannot solve in a satisfying way and after searching the known resources for a while I wonder if anyone has ever solved a similiar one. Let me first describe the situation I have here. I am using a reverse proxy installation to access a backend server t