[squid-users] How to use http_status acl?

Felipe Arturo Polanco felipeapolanco at gmail.com
Tue Nov 5 21:23:53 UTC 2019


It comes from an Icap server but I tried 200 status code from the webserver
directly and doesn't work either.

On Tue, Nov 5, 2019 at 4:43 PM Alex Rousskov <
rousskov at measurement-factory.com> wrote:

> On 11/5/19 3:06 PM, Felipe Arturo Polanco wrote:
>
> > I have been trying to match http_status acl in my squid.conf file but it
> > has no effect.
> >
> > My goal is to add a given header to specific HTTP return codes.
> >
> > eg:
> > This works:
> > acl user1 src 192.168.0.6/32 <http://192.168.0.6/32>
> > reply_header_add Cache-Control "no-store" user1
> >
> > This doesn't work:
> > acl 307_redirect http_status 307
> > reply_header_add Cache-Control "no-store" 307_redirect
> >
> > Any ideas on what could I be missing here?
>
> Does that 307 response come from a server (including cache_peers) or is
> it generated by Squid itself?
>
> Alex.
> _______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20191105/d4e71cee/attachment.html>


More information about the squid-users mailing list