<div dir="ltr">This is what I basically have been using for years with V3 and it is serving me exactly as I need and I would like to see if there is anything equivalent to this V4.  In does not seem to be the case that vcl_hit or vcl_miss get called on a PURGE req in V4 - as they were in V3.<div><br></div><div><br><div><br></div><div><div>sub vcl_hit {</div><div> if (req.request == "PURGE") {</div><div>C{</div><div>    VRT_purge(sp, 0, 0);<br></div><div>    VRT_error(sp, 200, "Purged - Hit");</div><div>    VRT_done(sp, VCL_RET_ERROR);</div><div>}C</div><div> }</div><div>}</div><div><br></div><div>sub vcl_miss {</div><div> if (req.request == "PURGE") {</div><div>C{</div><div>    VRT_purge(sp, 0, 0);<br></div><div>    VRT_error(sp, 200, "Purged - Miss");</div><div>    VRT_done(sp, VCL_RET_ERROR);</div><div>}C</div><div> }</div></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-weight:bold"><span style="white-space:pre-wrap"><u>                                                                  </u></span></div><div style="color:rgb(0,0,0)"><font face="Helvetica"><span style="font-size:12px">Raymond Jennings III</span></font></div></div><span style="color:rgb(0,0,0);text-align:-webkit-auto;font-family:Helvetica"><font face="Rockwell Extra Bold" style="font-size:19px"><b><a href="http://nytimes.com/" style="color:rgb(17,85,204)" target="_blank">nytimes.com</a></b></font><br></span><div style="color:rgb(0,0,0);font-family:Helvetica"><span style="text-align:-webkit-auto"><span style="font-size:12px;text-align:-webkit-auto"><b><div style="display:inline!important">Office:<span style="font-weight:normal"> <a href="tel:212-556-7786" target="_blank">212.556.7786</a></span></div></b></span><span style="text-align:-webkit-auto"><span style="text-align:-webkit-auto"><b style="font-size:12px;text-align:-webkit-auto"><div>iPhone:<span style="font-weight:normal"> <a href="tel:914-330-5074" target="_blank">914.330.5074</a></span></div><div><b style="font-size:13px">E-mail: </b><a href="mailto:Raymond.Jennings@nytimes.com" style="font-size:13px;font-weight:normal;color:rgb(17,85,204)" target="_blank">Raymond.Jennings@nytimes.com</a><br></div><div>FaceTime:<span style="font-weight:normal"> <a href="mailto:Raymond.Jennings@nytimes.com" style="color:rgb(17,85,204)" target="_blank">Raymond.Jennings@nytimes.com</a></span></div></b></span></span></span></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Mar 23, 2015 at 3:22 AM, Andreas Plesner <span dir="ltr"><<a href="mailto:apj@mutt.dk" target="_blank">apj@mutt.dk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Mar 20, 2015 at 01:42:55PM -0400, Jennings III, Raymond wrote:<br>
<br>
> Okay - regardless.  I would like to know on a PURGE request if "anything"<br>
> was evicted.  Even a true / false would be better than nothing.<br>
<br>
</span>I don't believe you can. I don't believe you ever could. You may be able to see<br>
something in the shmlog, but I'm not sure if you can connect those to the purge<br>
request.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Andreas<br>
<br>
_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
</div></div></blockquote></div><br></div>