Santosh Rani wrote:
Sirs/ Madams I wonder how should I tell squid not to cache any thing! I am trying to chain two squid proxies. Both squids are installed on different machines. (I may sound foolish here! pardon me). I am telling one machine (machine 'A') to fetch data from other squid machine (machine 'B'). In machine 'A' , I have this line under TAG 'cache_peer' cache_peer 192.168.x.x sibling 8080 3130 proxy-only
# Set the relationship to a parent, and don't bother with ICP queries cache_peer 192.168.x.x parent 8080 3130 proxy-only no-query # Make sure ALL requests pass through parent never_direct allow all
I am not able to get data from cache of machine 'A' by this directive (It is fetching data from internet) . Do I have to pass some directive in squid's configuration file on machine 'A' too? Best Regards
Chris