Option to disable etags for static boosted files
mikeytown2 - October 18, 2009 - 23:08
| Project: | Boost |
| Version: | 6.x-1.x-dev |
| Component: | Apache integration |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
This would be useful in a clustered server environment. This might also fix this issue...
#243115: Hosting Issue - Missing mod_headers: logged out user sees auth pages stored in browser cache if previously authenticated
Apache sets etags for static files, which is what you want for 99% of the sites out there. This would only be useful in a clustered server environment, enabling on anything less would be a slowdown for your website.

#1
Need to look into this code more
Header unset ETagFileETag None
http://httpd.apache.org/docs/trunk/mod/core.html#fileetag
http://httpd.apache.org/docs/trunk/mod/mod_headers.html#header
This might work in a cluster
FileETag MTime Sizehttp://stackoverflow.com/questions/499966/etag-vs-header-expires
#2
my host is going to add mod_headers
#3
@dbeall
Glad to hear that!
Patch which adds in etags
#4
well, I told him about all your work and how good you are with this stuff...
I included links to the project, and my thoughts on future usage of the module due the work you have done.
He said, hmmm, It will be in there in a few days.
#5
committed
#6
Automatically closed -- issue fixed for 2 weeks with no activity.