Debian Testing 的 Apache 在 start 的時後都會有以下訊息:
No such file or directory: mod_mime_magic: can't read magic file /usr/share/misc/file/magic.mime
解決方法:
vi /etc/apache/httpd.conf
<IfModule mod_mime_magic.c>
/usr/share/file/magic.mime
</IfModule>
這樣子就可以了. (將 misc 拿掉就可以了)