On Tue, Jan 5, 2010 at 2:13 PM, Geoff Millikan <gmilli...@t1shopper.com> wrote:
> 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?

I think this is a long-standing limitation, since the etag can't be
easily precomputed for the overall response (all the included stuff
smushed together from potential exec's, etc)

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to