Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: sixkiller on February 02, 2004, 10:49:10 PM

Title: squid client access cache
Post by: sixkiller on February 02, 2004, 10:49:10 PM
hi all
:?: how can i do to make sure that all my squid can access at the  same cache  
thanks all
Title: squid client access cache
Post by: Ricky on February 03, 2004, 07:28:44 AM
Welll as what you asked it appears to me that you are saying that you have more than one proxy servers on your network and you want all to use  the same cache.. it that is so then add the following line to your squid.conf
Code: [Select]
cache_peer <hostname>  parent 3128 3130 proxy-only In the above code you have to provide hostname of the main proxy machine ,  you can also use ip address there. It will always fetch the cache from that machine and will not store it locally on itself.