I got the h264 plugin working in Apache, but it seem like Apache is trying to use the module to serve files ending in '.mp4.jpg', which is how we name our video thumbnails. When trying to view one of these images, I get this message:
-----------------
Unsupported Media Type
The supplied request data is not in a format acceptable for processing by this resource.
Apache/2.2.9 (Debian) DAV/2 PHP/5.3.8-1~dotdeb.1 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g Server at www._SERVER_.org Port 80
-----------------
How can I make these files not get served through this module?
-----------------
Unsupported Media Type
The supplied request data is not in a format acceptable for processing by this resource.
Apache/2.2.9 (Debian) DAV/2 PHP/5.3.8-1~dotdeb.1 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g Server at www._SERVER_.org Port 80
-----------------
How can I make these files not get served through this module?