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

Reply via email to