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