Can I achieve the same thing as "saint mode" on varnish 2.0.4? If not, when will there be a release with this feature?<br><br>Specifically, we are looking to not store bad documents unless we have to, iow, not replace a known good document ( status 200 or 404 ), with a bad document ( status 503 ), if it would otherwise would be served from grace.<br>
<br><br>Saint Mode Change Set:<br><br><a href="http://varnish.projects.linpro.no/changeset/4208">http://varnish.projects.linpro.no/changeset/4208</a><br><br><p>
if (beresp.status == 500) { <br>
</p>
<blockquote>
<p>
set beresp.saintmode = 20s; <br>
restart; <br>
</p>
</blockquote>

} <br><br>-Javier<br>