Is it possible to force set HTTP 304 status for all images? I wrote code below in my vhost, but now instead 404/304 status I get 500
<filesMatch "\.(ico|gif|jpg|png|jpeg)$">
Header set 304 "HTTP/1.0 304 Not Modified"
</filesMatch>
I have "Apache/2.2.16 (Debian)" version. Thanks for any help