Hi, Le vendredi 27 août 2010 13:22:12, Markus Fröhlich a écrit : > hello! > > thank you for the information, but it's still the same problem. > the backend proxies don't get up or down - no connection errors - so this can > not be the problem. > > I call three different uris - (each a single picture) and each request goes > to the same backend proxy. > but when I test it with an other browser, then sometimes the backend proxy > changes. > > I'm testing with three browsers from my PC: > firefox 3.6.8 > IE 8 > safari 5.0.1 > > is it possible, that the hash is not only generated of the uri, but also the > user-agent or other > header information are used to build the hash too?
In your configuration, I don't see "option httpclose" or "option http-server-close". This can explain your routing issue, as only the first request of a "HTTP keep-alived" connection will be balanced to the right backend. All the following requests of this connection will go to that backend. -- Cyril Bonté

