Dear List, Our ETag response header is being added successfully on all responses except those files containing server side includes. For example: ETag is being set: http://www.t1shopper.com/1KB.html Etag not set: http://www.t1shopper.com/index.shtml The shtml files are using virtual includes like this: <!--#include virtual="/ssi/footer-master.shtml" --> How can I get Etag response header to show up on shtml files? Best Regards, Geoff Millikan Newbury Park, CA, USA 91320 http://www.t1shopper.com/ ---== httpd.conf Apache 2.2.3 (RedHat5) ==--- FileETag All AddType text/html .shtml AddOutputFilter INCLUDES .shtml --== Headers ==-- http://www.t1shopper.com/1KB.html HTTP/1.x 200 OK Date: Tue, 05 Jan 2010 19:01:40 GMT Server: Apache Last-Modified: Wed, 02 Jul 2008 23:12:50 GMT Etag: "16904da-45112a1a44080" Accept-Ranges: bytes Cache-Control: max-age=15552000 Expires: Sun, 04 Jul 2010 19:01:21 GMT Vary: Accept-Encoding,User-Agent Content-Encoding: gzip Content-Length: 41 Age: 19 Keep-Alive: timeout=3, max=100 Connection: Keep-Alive Content-Type: text/html http://www.t1shopper.com/index.shtml HTTP/1.x 200 OK Date: Tue, 05 Jan 2010 19:02:33 GMT Server: Apache Accept-Ranges: bytes Cache-Control: max-age=15552000 Expires: Sun, 04 Jul 2010 19:02:33 GMT Vary: Accept-Encoding,User-Agent Content-Encoding: gzip Content-Length: 7523 Keep-Alive: timeout=3, max=100 Connection: Keep-Alive Content-Type: text/html This couldn't possibly be a bug as Etag support started in 1.3.23 and SSI before that! --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx