Hello Everybody,<br><br>I'm using varnish 3.0.2 and I need to do the following:<br><br>For example:<br><br>- I have a object with ttl 5m, after this time, when I receive a new request, it pass to backend and backend returns a 200 code, putting the object in cache again.<br>
<br>My problem is:<br><br>- I want to varnish to check in backend if the object was modified or not<br>  - if modified ok, I get a 200 and everything continues<br>  - if not modified, I want varnish to check the backend and receive a 304, keeping the object on cache like before.<br>
<br>Somebody could help me with this?<br><br>Tks<br>Claudio<br>