<meta http-equiv="content-type" content="text/html; charset=utf-8">Thank you for your answer, I'm going to manage it from the Cache-Control headers then,<div>All my pages are containing cookies, is it going to be a problem or do I need to use "<span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">unset beresp.http.set-cookie;" somewhere? </span></div>
<br><div class="gmail_quote">On Fri, Feb 18, 2011 at 4:31 PM, Josh <span dir="ltr"><<a href="mailto:josh@schulzone.org">josh@schulzone.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, Feb 18, 2011 at 7:19 AM, Roch Delsalle <<a href="mailto:rdelsalle@gmail.com">rdelsalle@gmail.com</a>> wrote:<br>
</div><div><div></div><div class="h5">> Hi,<br>
><br>
> I would like to know what's the right way to avoid caching "some pages" of a<br>
> website using Varnish and cache all the others.<br>
><br>
> This is what I have tried to do with the vcl conf:<br>
><br>
> sub vcl_fetch {<br>
>         #set beresp.ttl = 1d;<br>
>         if (!(req.url ~ "/page1withauth") ||<br>
>             !(req.url ~ "/page2withauth")) {<br>
>            unset beresp.http.set-cookie;<br>
>         }<br>
>         if (!beresp.cacheable) {<br>
>             return (pass);<br>
>         }<br>
>         if (beresp.http.Set-Cookie) {<br>
>             return (pass);<br>
>         }<br>
>         return (deliver);<br>
> }<br>
><br>
> Thanks<br>
><br>
> --<br>
> D-Ro.ch<br>
</div></div><div><div></div><div class="h5">> _______________________________________________<br>
> varnish-misc mailing list<br>
> <a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
> <a href="http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
><br>
<br>
<br>
<br>
--<br>
josh<br>
@schulz<br>
<a href="http://schulzone.org" target="_blank">http://schulzone.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><a href="http://D-Ro.ch">D-Ro.ch</a>