I want to configure varnish to generate etag of html requested content (maybe with md5 of html and vary headers) and to deal with 304 and If-None-Match headers.

Is this posible with configuration or vlc scripting?

thanks in advance

link|improve this question
feedback

1 Answer

For ETags to work your backend need to generate the correct Etags along with the content. If the Etags are present Varnish will use them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.