/etc/apache2/mods-available/mime_magic.conf - Debian GNU/Linux 10 (buster)

This is the default example configuration of mime_magic.conf provided by Apache. This config file was generated by Apache running on Debian 10.

It is located under: /etc/apache2/mods-available/mime_magic.conf

    <IfModule mod_mime_magic.c>
	MIMEMagicFile /etc/apache2/magic
</IfModule>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

    
  

Config Details

Location
/etc/apache2/mods-available/mime_magic.conf
Operating system
Debian GNU/Linux 10 (buster)
Length
5 lines
MD5 checksum
ebeaf79afde03c805e795bb51eec155f

Usage

Download the raw file with wget or curl

Wget

wget -O mime_magic.conf.example http://exampleconfig.com/static/raw/apache/debian10/etc/apache2/mods-available/mime_magic.conf

cURL

curl http://exampleconfig.com/static/raw/apache/debian10/etc/apache2/mods-available/mime_magic.conf > mime_magic.conf.example