Index: LayoutTests/http/conf/lighttpd.conf |
diff --git a/LayoutTests/http/conf/lighttpd.conf b/LayoutTests/http/conf/lighttpd.conf |
index 5ac4a26331a460f855a14e0b994e9e9105e668f6..0fc003d735608066acf85f83fa56045a4db5afd9 100644 |
--- a/LayoutTests/http/conf/lighttpd.conf |
+++ b/LayoutTests/http/conf/lighttpd.conf |
@@ -12,6 +12,7 @@ index-file.names = ( "index.php", "index.pl", "index.cgi", |
"index.html", "index.htm", "default.htm" ) |
# mimetype mapping |
mimetype.assign = ( |
+ ".bmp" => "image/bmp", |
".gif" => "image/gif", |
".jpg" => "image/jpeg", |
".jpeg" => "image/jpeg", |
@@ -26,8 +27,8 @@ mimetype.assign = ( |
".conf" => "text/plain", |
".text" => "text/plain", |
".txt" => "text/plain", |
- ".dtd" => "text/xml", |
- ".xml" => "text/xml", |
+ ".dtd" => "application/xml-dtd", |
+ ".xml" => "application/xml", |
".manifest" => "text/cache-manifest", |
) |