Hey, 1. Does squid support reverse proxy working in fully distributed setup? E.g. LVS ---- Squid 1 ---- Apache Pool |----------Squid 2 ------| It is easy to setup squid as reverse proxy, however, one of my requirement is that data in Squid1 and Squid2 does not overlap, so if cache miss in Squid1, it will route to Squid2 and vice versa. The idea is to increase the overall hitrate of the system given limited storage space in proxy. 2. If answer to (1) is yes, can the architecuure can be a hirarchical distributed?