Archive | March 23, 2010

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 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

View Comments Continue Reading →