Re: [squid-users] i'm getting a lot of output in my cache.log about status_code acl

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Mon, 11 Jun 2012 12:40:33 +1200

On 11.06.2012 12:12, Eliezer Croitoru wrote:
> 2012/06/11 03:07:58| ACL::checklistMatches WARNING: 'OK' ACL is used
> but there is no HTTP reply -- not matching.
> 2012/06/11 03:07:58| ACL::checklistMatches WARNING: 'REDIRECT' ACL is
> used but there is no HTTP reply -- not matching.
>
>
> in squid.conf
> acl REDIRECT http_status 302
> acl OK http_status 200-206
>
>
> i'm not sure if im right
> but i want to deny cache on 302 code responses.
> i understand that http_status acl is a fast one but
> i'm trying to use it on the
>
>
> cache deny REDIRECT
> cache allow all

"cache" access is performed to determine whether a stored response may
be looked up. There is no response and status pre-known at that point.

Amos
Received on Mon Jun 11 2012 - 00:40:38 MDT

This archive was generated by hypermail 2.2.0 : Mon Jun 11 2012 - 12:00:03 MDT