Hi
Can someone please tell me how do to configure ETAGS with apache so that it sends the new file only if the file is modified?
Thanks
| SitePoint Sponsor |



Hi
Can someone please tell me how do to configure ETAGS with apache so that it sends the new file only if the file is modified?
Thanks

c10,
http://httpd.apache.org/docs/2.2/mod/core.html#fileetag
Remember, that's only a part of your cacheing system.
Regards,
DK
David K. Lynn - Data Koncepts is a long-time WebHostingBuzz (US/UK)
Client and (unpaid) WHB Ambassador
Updated mod_rewrite Tutorial Article (setup, config, test & write
mod_rewrite regex w/sample code) and Code Generator



Hi
Please help me understand what do you mean by "part of caching system"

c10,
If that's what you're using ETAG for, it's to save your server from having to regenerate the page every request. That's exactly what the Apache documentation says the ETAG is used for: serving a file anew or not (whether you're providing a saved version from a cache file or simply telling the browser to dig into its cache for the file).
Regards,
DK
David K. Lynn - Data Koncepts is a long-time WebHostingBuzz (US/UK)
Client and (unpaid) WHB Ambassador
Updated mod_rewrite Tutorial Article (setup, config, test & write
mod_rewrite regex w/sample code) and Code Generator
Bookmarks