On Tuesday 08 March 2005 08:54 am, you wrote: > ---------- Forwarded Message ---------- > > Subject: Re: [squid-users] No cache to one IP address > Date: Monday 07 March 2005 19:45 > From: Henrik Nordstrom <hno@xxxxxxxxxxxxxxx> > To: razidan <razidan@xxxxxxxxxxxxxxx> > Cc: squid-users@xxxxxxxxxxxxxxx > > On Mon, 7 Mar 2005, razidan wrote: > > hi! I'm trying to configure squid so that web traffic to my IP address > > will not be cached. > > > > I added the following line into squid.conf but it's still caching all the > > websites i visit. > > > > acl ipnocache src 192.168.0.14 > > no_cache deny ipnocache > > Looks good to me. > > Which Squid version? Squid Version: 2.5.STABLE6-2.2.101mdk Running on Mandrakelinux 10.1 > > How have you determined it is caching the sites you visit? I used 'tail -f -n 100 access.log' to check the access log and i still see the following lines: 1110244681.832 719 192.168.0.14 TCP_MISS/200 3365 GET http://www.hp.com/country/us/en/img/n4_welcome/hho/b1_hho_text.gif - DIRECT/161.114.22.111 image/gif 1110244682.735 1606 192.168.0.14 TCP_MISS/200 10880 GET http://www.hp.com/country/us/en/img/n4_welcome/hho/promo_warehouse.gif - DIRECT/161.114.22.105 image/gif 1110244682.945 1788 192.168.0.14 TCP_MISS/200 16842 GET http://www.hp.com/country/us/en/img/n4_welcome/hho/b1_hho_photo.jpg - DIRECT/161.114.22.111 image/jpeg 1110244684.426 5150 192.168.0.14 TCP_MISS/200 51027 GET http://www.hp.com/ - DIRECT/161.114.22.105 text/html 1110244685.607 559 192.168.0.14 TCP_MISS/302 1049 GET http://hphqglobal.112.2o7.net/b/ss/hphqglobal,hphqna/1/G.7-PD-R/s09995544864794? - DIRECT/216.52.17.216 text/plain 1110244686.658 705 192.168.0.14 TCP_MISS/200 895 GET http://hphqglobal.112.2o7.net/b/ss/hphqglobal,hphqna/1/G.7-PD-R/s09995544864794? - DIRECT/216.52.17.236 image/gif I think if the lines are visible in access.log for 192.168.0.14, then its being cached, correct me if i'm wrong pls.