I expect Varnish request the object from webserver, show HIT and Age header increase value.<br><br>This is the sequence right now:<br><br>1) user ask for image<br>2) varnish receive request<br>3) varnish ask the webserver<br>
4) varnish cache the object<br>5) varnish response user request<br>6) varnish response users requests for 1800s (TTL)<br>7) when TTL expires varnish should ask again webserver for the object and cache it (but it doesn't)<br>
8) varnish response MISS for the object (Age header always shows value "0") and ask webserver for every user request :(<br><br>What should I do? Any experience handle problem like that?<br><br>Thank you,<br>Roberto.<br>
<br><div class="gmail_quote">On Tue, Jan 11, 2011 at 7:02 PM, Per Buer <span dir="ltr"><<a href="mailto:perbu@varnish-software.com">perbu@varnish-software.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
2011/1/11 Roberto O. Fernández Crisial <<a href="mailto:roberto.fernandezcrisial@gmail.com">roberto.fernandezcrisial@gmail.com</a>>:<br>
<div class="im"><br>
> I've unset beresp.http.Etag but still doesn't work. After TTL expires, the<br>
> Age header shows "0":<br>
<br>
</div>What do you expect to happend after the TTL expires?<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Per Buer, Varnish Software<br>
Phone: +47 21 98 92 61 / Mobile: +47 958 39 117 / Skype: per.buer<br>
Varnish makes websites fly!<br>
Want to learn more about Varnish? <a href="http://www.varnish-software.com/whitepapers" target="_blank">http://www.varnish-software.com/whitepapers</a><br>
</font><div><div></div><div class="h5"><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>