Project

General

Profile

Actions

Etag use-inodeDetails » History » Revision 3

« Previous | Revision 3/5 (diff) | Next »
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 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

Updated by yusufg over 16 years ago · 3 revisions