jean-marc pouchoulon <[EMAIL PROTECTED]> writes:
> I 'm trying to limit the absence of caching with cookies.
>
> if (req.url ~ "\.pdf$|\.png$|\.gif$|\.jpg$|\.mp3$|\.svf$") {
> lookup;
>
> if (req.http.Authenticate || req.http.Cookie ~ "__ac=") {
> pipe;
> }
> }
>
> This is not working , all is cached.
> where am I wrong ?
"lookup" terminates vcl_recv(). The nested if statement is never
reached.
DES
--
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc