X

Debian: Apache mod_mime_magic error

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 拿掉就可以了)

Tsung: 對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.
Related Post