From: Eric Covener Date: Wed, 6 Jan 2010 01:31:06 +0000 (+0000) Subject: clarify that FileETag is for static files only, and explicitly mention X-Git-Tag: 2.3.5~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b90b0225d7811271101987a1c87646d504e2e9b;p=thirdparty%2Fapache%2Fhttpd.git clarify that FileETag is for static files only, and explicitly mention that ETags aren't generated for files parsed by mod_include. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@896299 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 0b4b933918c..f5af9658b44 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1137,7 +1137,7 @@ in case of an error

FileETag Directive

+HTTP response header for static files @@ -1148,7 +1148,7 @@ HTTP response header

The FileETag directive configures the file attributes that are used to create the ETag (entity - tag) response header field when the document is based on a file. + 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 1.3.22 and earlier, the ETag value was always formed @@ -1192,6 +1192,12 @@ HTTP response header These conditional requests will break if the ETag format is changed via FileETag. +

Server Side Includes

+ An ETag is not generated for responses parsed by mod_include, + since the response entity can change without a change of the INode, MTime, or Size + of the static file with embedded SSI directives. +
+
top
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 2178f82b689..17573dee423 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1095,7 +1095,7 @@ in case of an error FileETag File attributes used to create the ETag -HTTP response header +HTTP response header for static files FileETag component ... FileETag INode MTime Size server configvirtual host @@ -1107,7 +1107,7 @@ HTTP response header

The FileETag directive configures the file attributes that are used to create the ETag (entity - tag) response header field when the document is based on a file. + 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 1.3.22 and earlier, the ETag value was always formed @@ -1151,6 +1151,12 @@ HTTP response header These conditional requests will break if the ETag format is changed via FileETag. + Server Side Includes + An ETag is not generated for responses parsed by mod_include, + since the response entity can change without a change of the INode, MTime, or Size + of the static file with embedded SSI directives. + +

Description:File attributes used to create the ETag -HTTP response header
Syntax:FileETag component ...
Default:FileETag INode MTime Size
Context:server config, virtual host, directory, .htaccess