Disable ETags

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

blog comments powered by Disqus