• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

mod_mime_magic: can't read

L

LucasVN

Guest
Hi,

I'm having this error on my script : mod_mime_magic:
can't read

I checked on httpd.conf and this module is already added:

LoadModule mime_magic_module libexec/mod_mime_magic.so

LoadModule mime_module libexec/mod_mime.so

<IfModule mod_mime.c>
TypesConfig /usr/local/psa/apache/conf/mime.types
</IfModule>

<IfModule mod_mime_magic.c>
MIMEMagicFile /usr/local/psa/apache/conf/magic
</IfModule>


I'm using Plesk under FreeBSD.

Thanks in advance.
 
Back
Top