A question about the caching of static images, if the response header contains both Expires and Etag, will the client browser make call to server to validate Etag is fresh. I want to avoid the 304 requests as I know the files will never change, and want to know if setting both headers causes any issues.
here is the sample response. Status=OK - 200 Date=Fri, 14 Dec 2007 17:35:35 GMT Server=Apache/2.0.52 (CentOS) Last-Modified=Fri, 14 Dec 2007 10:01:16 GMT Etag="79c4df-33a-24acf300" Accept-Ranges=bytes Content-Length=826 Cache-Control=max-age=2592000 Expires=Sun, 13 Jan 2008 17:35:35 GMT Connection=close Content-Type=image/png thanks! -- View this message in context: http://www.nabble.com/caching-of-static-images-tp14339755p14339755.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.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: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]