Actions
Etag use-mtimeDetails » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
nitrox, 2012-08-11 10:42
etag.use-mtime option¶
Description¶
defines if the ETag generation algorithm will use the modified-time value of the file.
If you have multiple lighttpd servers serving static content then you should use
etag.use-mtime = "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) if you intend to enable this option
Default: enabled
Updated by nitrox over 12 years ago · 2 revisions