Project

General

Profile

Etag use-sizeDetails » History » Revision 2

Revision 1 (nitrox, 2011-03-23 19:50) → Revision 2/3 (nitrox, 2012-08-11 10:42)

h1. etag.use-size option 

 h2. Description 

 defines if the ETag generation algorithm will use the size value of the file. 
 If you have multiple lighttpd servers serving static content then you should use  

     *etag.use-size = "disable"* 

 So that the ETag value is consistent across the lighttpd clusters. Otherwise you will generate lesser number of 304 responses 
 Do make sure that the static content on all your clusters have the same mtime (modified-time) 

     *Default: enabled*