RE: [squid-users] Cache.log shows a lot of TCP_MISS and no TCP_HIT

From: Jeroen DEMETS - SAVACO <jeroen.demets@dont-contact.us>
Date: Fri, 22 Apr 2005 16:20:01 +0200

Hi all,

I found the error.

acl QUERY urlpath_regex cgi-bin \?
acl NoCacheDomains dstdomain .checkpoint.com
acl local-servers src 172.20.0.0/16 192.168.100.0/24
no_cache deny QUERY
no_cache deny NoCacheDomains
no_cache deny local-servers

This should not be in your configurationfile if your own network is
172.20.0.0/16 and 192.168.100.0/24. Because the ACL looks to the source
IP's it will never cache requests coming from those ranges and therefore
it cannot cache anything.

I also noticed I had pasted the wrong configfile in my first mail so you
guys couldn't have found the cause of my problem... so lesson learned:
always paste the config you are using. *doh*

One question though: what does TCP_IMS_HIT mean? What is "IMS"?

Kind regards,
Jeroen.
Received on Fri Apr 22 2005 - 08:20:05 MDT

This archive was generated by hypermail pre-2.1.9 : Sun May 01 2005 - 12:00:04 MDT