/etc/apache2/mods-available/mime_magic.conf - Ubuntu 20.04 LTS (Focal Fossa)

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

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
Ubuntu 20.04 LTS (Focal Fossa)
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/ubuntu20.04/etc/apache2/mods-available/mime_magic.conf

cURL

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