Project

General

Profile

Actions

Etag use-sizeDetails » History » Revision 2

« Previous | Revision 2/3 (diff) | Next »
nitrox, 2012-08-11 10:42


etag.use-size option

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

Updated by nitrox over 11 years ago · 2 revisions