Close Etag for Apache:
FileETag none
If you want to close Last-Modified keyword, you need load header module and modified httpd.conf.
LoadModule headers_module modules/mod_headers.so
<FilesMatch "\.(gif|jpg|png)">
Header unset Last-Modified
</FilesMatch>