Apache HTTP Server - /etc/apache2/mods-available/mime_magic.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original mime_magic.confConfiguration File Information
Authentic & Original
Unaltered mime_magic.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 9 (Stretch)
โ Also compatible:
Debian 10 (Buster),
Debian 11 (Bullseye),
Ubuntu 18.04 LTS (Bionic Beaver),
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Configuration File Content
6 lines
<IfModule mod_mime_magic.c>
MIMEMagicFile /etc/apache2/magic
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Download Commands
mime_magic.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O mime_magic.conf.example https://exampleconfig.com/api/v1/config/original/ebeaf79afde03c805e795bb51eec155f?hint=mime_magic.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/ebeaf79afde03c805e795bb51eec155f?hint=mime_magic.conf > mime_magic.conf.example