Create a file at /etc/httpd/conf.d/no-etags.conf with the following: Header unset ETag FileETag None Then of course restart Apache. Here’s a discussion on why you may want to turn ETags off: http://www.askapache.com/htaccess/apache-speed-etags.html Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this [...]
Create a file at /etc/httpd/conf.d/no-etags.conf with the following:
Header unset ETag
FileETag None
Then of course restart Apache.
Here’s a discussion on why you may want to turn ETags off:
http://www.askapache.com/htaccess/apache-speed-etags.html