Actions
Feature #263
closedadd .m4a to mime-types.conf
Status:
Fixed
Priority:
Low
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
No
Description
m4a is gaining ground amongst users and adding a handler for it would pop up the built-in quicktime player instead of opening the file. This is (imo) a good thing.
"patch":
@@ -21,6 +21,7 @@ mimetype.assign = ( ".tar" => "application/x-tar", ".zip" => "application/zip", ".mp3" => "audio/mpeg", + ".m4a" => "audio/mpeg", ".m3u" => "audio/x-mpegurl", ".wma" => "audio/x-ms-wma", ".wax" => "audio/x-ms-wax",
-- Lfe
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to wontfix
Ask your distribution to include sane defaults.
Updated by gstrauss over 1 year ago
- Description updated (diff)
- Status changed from Wontfix to Fixed
- ASK QUESTIONS IN Forums set to No
Added to doc/config/conf.d/mime.conf
in commit a7136aac in lighttpd 1.4.56
If your distro does not use this file, or generates mimetype.assign
from /etc/mime.types
, and if /etc/mime.types
does not contain .m4a
, then you'll need to contact the maintainer of /etc/mime.types
in that distro.
Actions
Also available in: Atom