]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update mime.types file.
authorLars Eilebrecht <lars@apache.org>
Tue, 2 Oct 2001 21:54:32 +0000 (21:54 +0000)
committerLars Eilebrecht <lars@apache.org>
Tue, 2 Oct 2001 21:54:32 +0000 (21:54 +0000)
Map video/vnd.mpegurl to mxu according to
ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/video/vnd.mpegurl
and audio/x-mpegurl to m3u, because it is commonly used.

Submitted by: Heiko Recktenwald <uzs106@uni-bonn.de>
Reviewed by: Sander van Zoest, Lars Eilebrecht

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91248 13f79535-47bb-0310-9956-ffa450edef68

conf/mime.types
src/CHANGES

index b5088256defd085a6bbbed7b72537386d80c0419..16c8cbd5cbd991f788fce592cdb35169cbe13d9a 100644 (file)
@@ -346,6 +346,7 @@ audio/vnd.qcelp
 audio/vnd.rhetorex.32kadpcm
 audio/vnd.vmx.cvsd
 audio/x-aiff                   aif aiff aifc
+audio/x-mpegurl                        m3u
 audio/x-pn-realaudio           ram rm
 audio/x-pn-realaudio-plugin    rpm
 audio/x-realaudio              ra
@@ -459,7 +460,7 @@ video/quicktime                     qt mov
 video/vnd.fvt
 video/vnd.motorola.video
 video/vnd.motorola.videop
-video/vnd.mpegurl
+video/vnd.mpegurl              mxu
 video/vnd.mts
 video/vnd.nokia.interleaved-multimedia
 video/vnd.vivo
index c938de24b37f94c9a5bfce4682df7808b3123e7e..ae188e8624bf4dbb8c7c3c8d3b59556803b0b586 100644 (file)
@@ -1,4 +1,9 @@
 Changes with Apache 1.3.21
+
+  *) Update the mime.types file to map video/vnd.mpegurl to mxu
+     and add commonly used audio/x-mpegurl for m3u extensions.
+     [Heiko Recktenwald <uzs106@uni-bonn.de>, Lars Eilebrecht]
+
   *) Modified mod_mime and mod_negotiation to prevent mod_negotiation 
      from serving any multiview variant containing one or more 
      'unknown' filename extensions. In PR #8130, mod_negotiation was