Hi All,
I want to setup a reverse proxy for a web server.There are two web
servers which has the same content.
cache_peer parent 172.16.1.48 80 0 origin-server
cache_peer parent 172.16.1.49 80 0 origin-server
When client requests a web page if the server 172.16.1.49 serves the
first request i want all the connections to be with same server not with
172.16.1.48
Is it possible by enabling client_persistent connections on and
server_persistent_connections on?
If so if i use round-robin in cache_peer also it works
Regards
senthil