Project

General

Profile

Etag use-inodeDetails » History » Revision 3

Revision 2 (yusufg, 2007-07-25 03:06) → Revision 3/5 (yusufg, 2007-07-25 03:06)

<pre> 

 {{{ 
 #!rst  

 etag.use-inode option 
 ============================= 

 etag.use-inode 

     defines if the ETag generation algorithm will use the inode value of the file. 

     If you have multiple lighttpd servers serving static content then you should use  
    
     etag.use-inode = "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 



 </pre> 
 }}}