Network Troublshooting > Linux Servers Support

squid client access cache

(1/1)

sixkiller:
hi all
:?: how can i do to make sure that all my squid can access at the  same cache  
thanks all

Ricky:
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: ---cache_peer <hostname>  parent 3128 3130 proxy-only
--- End code ---
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.

Navigation

[0] Message Index

Go to full version