0e3136
diff --git a/docs/conf/extra/httpd-autoindex.conf.in b/docs/conf/extra/httpd-autoindex.conf.in
310e38
index 51b02ed..93a2b87 100644
0e3136
--- a/docs/conf/extra/httpd-autoindex.conf.in
0e3136
+++ b/docs/conf/extra/httpd-autoindex.conf.in
0e3136
@@ -21,7 +21,7 @@ IndexOptions FancyIndexing HTMLTable VersionSort
0e3136
 Alias /icons/ "@exp_iconsdir@/"
0e3136
 
0e3136
 <Directory "@exp_iconsdir@">
0e3136
-    Options Indexes MultiViews
0e3136
+    Options Indexes MultiViews FollowSymlinks
0e3136
     AllowOverride None
0e3136
     Require all granted
0e3136
 </Directory>
310e38
@@ -37,6 +37,7 @@ AddIconByType (TXT,/icons/text.gif) text/*
310e38
 AddIconByType (IMG,/icons/image2.gif) image/*
310e38
 AddIconByType (SND,/icons/sound2.gif) audio/*
310e38
 AddIconByType (VID,/icons/movie.gif) video/*
310e38
+AddIconByType /icons/bomb.gif application/x-coredump
310e38
 
310e38
 AddIcon /icons/binary.gif .bin .exe
310e38
 AddIcon /icons/binhex.gif .hqx
310e38
@@ -53,7 +54,6 @@ AddIcon /icons/dvi.gif .dvi
0e3136
 AddIcon /icons/uuencoded.gif .uu
0e3136
 AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
0e3136
 AddIcon /icons/tex.gif .tex
0e3136
-AddIcon /icons/bomb.gif core
0e3136
 
0e3136
 AddIcon /icons/back.gif ..
0e3136
 AddIcon /icons/hand.right.gif README
310e38
diff --git a/docs/conf/magic b/docs/conf/magic
310e38
index bc891d9..9a41b44 100644
310e38
--- a/docs/conf/magic
310e38
+++ b/docs/conf/magic
310e38
@@ -383,3 +383,15 @@
310e38
 4   string      moov        video/quicktime
310e38
 4   string      mdat        video/quicktime
310e38
 
310e38
+
310e38
+#------------------------------------------------------------------------------
310e38
+# application/x-coredump for LE/BE ELF
310e38
+#
310e38
+0       string          \177ELF
310e38
+>5      byte            1
310e38
+>16     leshort         4               application/x-coredump
310e38
+
310e38
+0       string          \177ELF
310e38
+>5      byte            2
310e38
+>16     beshort         4               application/x-coredump
310e38
+