diff options
| author | Matt Smith <mcs@darkregion.net> | 2010-12-30 13:56:00 -0600 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-30 20:20:00 +0000 |
| commit | 2620b2282d8b2f8de8d6a2bef72bee4ad0af7223 (patch) | |
| tree | 1adcceab1c71a00170b12245860c40702da1078b /main/apache2/httpd.conf | |
| parent | 005b9efe96c1de23571247c4bdc79e21fd15cd21 (diff) | |
| download | aports-2620b2282d8b2f8de8d6a2bef72bee4ad0af7223.tar.bz2 aports-2620b2282d8b2f8de8d6a2bef72bee4ad0af7223.tar.xz | |
main/apache2: config fix - point to MIME Magic file
Diffstat (limited to 'main/apache2/httpd.conf')
| -rw-r--r-- | main/apache2/httpd.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/apache2/httpd.conf b/main/apache2/httpd.conf index 5345c4fd32..087f3fb8c2 100644 --- a/main/apache2/httpd.conf +++ b/main/apache2/httpd.conf @@ -459,8 +459,7 @@ DefaultType text/plain # directive tells the module where the hint definitions are located. # <IfModule mod_mime_magic.c> -# MIMEMagicFile /usr/share/magic.mime - MIMEMagicFile conf/magic + MIMEMagicFile /etc/apache2/magic </IfModule> # |
