Project

General

Profile

Actions

Etag use-inodeDetails » History » Revision 1

Revision 1/5 | Next »
yusufg, 2007-07-25 03:01


{{{
#!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 almost 17 years ago · 1 revisions