• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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