Chris Robertson wrote:
acl my_ip src 202.71.106.119 http_access allow my_ip localhostThis will never pass. Read up on ACLs (http://wiki.squid-cache.org/SquidFaq/SquidAcl#head-af2c190759b099a7986221cd12a4066eb146a1c4) to see why.
http_access allow my_ip http_access allow localhost
cache_peer_access 2012.vi allow my_ip localhostSame story here.
cache_peer_access 2012.vi allow my_ip cache_peer_access 2012.vi allow localhost It works now! Thanks! beno