
03-16-2012, 11:43 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,390
|
|
Here is a general answer:
http://en.wikipedia.org/wiki/HTTP_ETag
Common methods of ETag generation include using a collision-resistant hash function of the resource's content, a hash of the last modification timestamp, or even just a revision number.
Edit:
ETag '-0' is set when "No I-Node in ETag" is set to Yes.
Last edited by webizen; 03-16-2012 at 12:04 PM..
|