In a .htaccess file, add the following lines.
#BEGIN Disable ETag
Header unset ETag
FileETag None
#END Disable ETag
Disabling ETag headers will help to speed up your site, as it will lower the amount of http requests sent to the server. Once disabled, you should setup expires headers, which we have discussed in a previous post here