Consider a situation where I'm using PHP to serve files. Is there any way I can let Apache figure out the MIME types of the files? I guess I could try to do it in PHP, but then I'll not be able to benefit from having mod_mime_magic installed.
Any ideas, anyone?