From: Lars Eilebrecht Date: Tue, 2 Oct 2001 21:54:32 +0000 (+0000) Subject: Update mime.types file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce132f02a787d90a63d8d2d01c108fe11bf05f6;p=thirdparty%2Fapache%2Fhttpd.git Update mime.types file. 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 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 --- diff --git a/conf/mime.types b/conf/mime.types index b5088256def..16c8cbd5cbd 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -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 diff --git a/src/CHANGES b/src/CHANGES index c938de24b37..ae188e8624b 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -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 , 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