From: Rich Bowen ETag
(entity
tag) response header field when the document is based on a static file.
(The ETag
value is used in cache management to save
- network bandwidth.) In Apache httpd 1.3.22 and earlier, the
- ETag
value was always formed
- from the file's inode, size, and last-modified time (mtime). The
+ network bandwidth.) The
FileETag
directive allows you to choose
which of these -- if any -- should be used. The recognized keywords are:
Port
- directive from version 1.3.The ServerName
directive sets the
request scheme, hostname and
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 4e0beef6fb..06578cb742 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1143,9 +1143,7 @@ HTTP response header for static files
attributes that are used to create the ETag
(entity
tag) response header field when the document is based on a static file.
(The ETag
value is used in cache management to save
- network bandwidth.) In Apache httpd 1.3.22 and earlier, the
- ETag
value was always formed
- from the file's inode, size, and last-modified time (mtime). The
+ network bandwidth.) The
The