> From: Carsten Bachert <[email protected]>
> 
> I use squid as revers proxy to server web pages.
> Therefore I want to disable 301 sites to be cached.
> My rule is:
> 
> acl stat301 http_status 301
> cache deny stat301
> 
> I mention 301 sites are cached. So why does "cache deny stat301" does not
> work properly?

The syntax seems correct but, unless I am wrong, won't squid follow the 301 to 
the redirect target URL and get a 200 and cache it normaly...?

JD


      

Reply via email to