Etag use-inodeDetails » History » Revision 2
Revision 1 (yusufg, 2007-07-25 03:01) → Revision 2/5 (yusufg, 2007-07-25 03:06)
{{{ #!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 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 }}}