Installing Squid on centos ,RHEL
[root@nknproxy /]#yum update [root@nknproxy /]#yum install squid [root@nknproxy /]#vi /etc/squid/squid.conf ############################## acl manager proto cache_object acl localhost src 127.0.0.1/32 ::1 acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 cache allow all cache_mem 128 MB maximum_object_size_in_memory 64 KB maximum_object_size 900 MB minimum_object_size 0 KB cache_swap_low 90 cache_swap_high 95 cache_dir ufs /var/spool/squid "size in MB" 32 512 cache_access_log /var/log/squid/access.log dns_nameservers IP1 IP2 #######refresh_pattern########## to cahce all for the 1 week############## refresh_pattern ^ftp: 15 20% 10080 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-cache ignore-no-store ignore-must-revalidate ignore-private ignore-auth refresh-ims refresh_pattern ^gopher: 15 0% 10080 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-cache ignore-no-store ignore-must-revalidate ignore-private...