If I understood it, the purging method isn't automatic, right? I'd need to purge the content everytime it is modified. <div>This is kinda stupid... I host more than 10k sites, modifying files everytime. If I set a high TTL, the backend will be happy and the webmaster will be angry. If I set a low TTL, the webmaster will be happy, but the backend will die. Plus, there is no point using a cache if the TTL is low.<br>
<br><div class="gmail_quote">2010/12/16 thebog <span dir="ltr"><<a href="mailto:thebog@gmail.com">thebog@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">---------- Forwarded message ----------<br>
From: thebog <<a href="mailto:thebog@gmail.com">thebog@gmail.com</a>><br>
Date: Thu, Dec 16, 2010 at 9:22 PM<br>
Subject: Re: Refreshing modified content<br>
To: Paulo Paracatu <<a href="mailto:paulo@aliancaproject.com">paulo@aliancaproject.com</a>><br>
<br>
<br>
The "best" thing to do in this case is to purge the object from the<br>
cache. (<a href="http://www.varnish-cache.org/docs/trunk/tutorial/purging.html" target="_blank">http://www.varnish-cache.org/docs/trunk/tutorial/purging.html</a>)<br>
<br>
Or change the URL :)<br>
<br>
<br>
YS<br>
Anders Berg<br>
<br>
<br>
On Thu, Dec 16, 2010 at 9:09 PM, Paulo Paracatu<br>
<<a href="mailto:paulo@aliancaproject.com">paulo@aliancaproject.com</a>> wrote:<br>
> Hi. I'm trying Varnish on my servers, and so far I'm quite happy with it.<br>
> But I have a little problem: I uploaded an image, hit it in my browser, then<br>
> I modified it and reuploaded it, and tried to hit it again, and the cache<br>
> serves the old image. It does not serve the new image until the ttl (120s)<br>
> is expired.<br>
> I tried the "VCLExampleEnableForceRefresh", but the varnish-cache is only<br>
> refreshed with ctrl-f5/no-cache header. Is this the normal behavior of<br>
> varnish, or is it possible to 'revalidate' the cached content with the<br>
> backend?<br>
> PS: My browser's cache is disabled.<br>
> Thanks<br>
> _______________________________________________<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>
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>
</div></div></blockquote></div><br></div>