On Sat, Sep 29, 2012 at 12:09 PM, David Touzeau <david@xxxxxxxxxx> wrote: > Dear > > I have setup 2 squid servers in load-balancing mode. > I would like to replicate the cache content between these 2 servers. > If the load-balancer switch to the second server, the second server already > store the first server content cache > > Is it possible to do that ? Squid offers a few ways to keep a sibling relationship between caches, so that if content is available on one of the systems, the others will know and fetch it there if possible instead of going to the parent server. Blindly replicating content across caches is not possible in the way you describe - more similar to how databases work. See http://wiki.squid-cache.org/Features/CacheHierarchy for more details. -- /kinkie