Forum Moderators: phranque

Message Too Old, No Replies

ETag header -- what is it?

         

Finder

4:21 am on Sep 18, 2002 (gmt 0)

10+ Year Member



The server header checker shows that apache is creating an etag and sending out this value, but what is it? I did some surfing and found some vague references to caching, but nothing informative.

jdMorgan

5:06 am on Sep 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Finder,

It's an Entity Tag - a "freshness" indicator if you will, used for cache management. More information is available in the Apache Core Features [httpd.apache.org] documentation, under FileETag [httpd.apache.org].

Jim

Finder

6:16 am on Sep 18, 2002 (gmt 0)

10+ Year Member



Thanks for the link! Interesting... does anyone bother configuring this for caching efficiency or do people mainly leave the default values alone?

jdMorgan

9:53 pm on Sep 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I just use the default E-Tag setting (All). I also have the server set up to provide correct cache-control and last-modified HTTP headers using mod_expires.

Jim