[squid-users] Problem with cache no_deny

From: Oliver Neumann [New Identity AG] <oliver.neumann@dont-contact.us>
Date: Sun, 29 Jul 2001 12:52:50 +0200

Hi there,

problem as follows on a SuSE Linux 7.1 system with squid 2.4 :

extract from squid.conf :
-x-x-
>acl QUERY url_regex .html$ .htm$ .php4$ .php3$ .php$ .swf$
>no_cache deny QUERY
-x-x-

So, following this rule squid should not cache extensions like .swf, but
request the file every time for new. Unfortunately looking into the log-
files I get an "IMS_HIT". Documentation says, that this proves, that the
object is serveed from within the cache. This is also proved by the fact
that I can change the object-file, but always get the old version of the
file, even if I remove the file!

What am I doing wrong?

I also tried to clean install squid, cleared the caceh and rebuild it
(squid -z), everything could not solve the problem.

Another thing I tried is to exclude all internal domains (from our
developing
server) from caching by something like this :

-x-x-
>acl QUERY dstdomain .int
>no_cache deny QUERY
-x-x-

In this example all domains ending with ".int" (e.g. test-domain.int or
test-domain2.int) should be excluded from caching but this also does not
happen to work.

What am I doing wrong?

For your support thanxs in advance...

Oliver
Received on Sun Jul 29 2001 - 04:53:08 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:20 MST