Hi Does anyone know how to implement a two node squid reverse proxy?? My idea is to have 2 squid servers working as reverse proxy to an internal apache web server. The two node should do some kind of load balance between them. So a simple design would be: internet | | LB squid1 -- squid2 \ / \ / \ / apache Which would be the best idea to implement this scenario? Thanks!