Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298437 - provide svg mime-type for svg , svgz
Summary: provide svg mime-type for svg , svgz
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christian Hoffmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-26 14:31 UTC by genbug
Modified: 2010-03-14 21:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description genbug 2009-12-26 14:31:29 UTC
gentoo does not have a mimetype for svg or svgz in /etc/lighttpd/mime-types.conf

this seems to be an omission since it is in /etc/mime.types

This causes browsers not to correctly display svg content and requires manual addition to lighttpd.


Reproducible: Always

Steps to Reproduce:
1. grep svg  /etc/lighttpd/mime-types.conf
2. grep -i  svg /etc/mime.types 
3.

Actual Results:  
1: zilch

2: image/svg+xml                           svg svgz


Expected Results:  
grep svg  /etc/lighttpd/mime-types.conf
  ".svg"          =>      "image/svg+xml",
  ".svgz"          =>      "image/svg+xml"
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2010-03-14 21:45:58 UTC
i added these types. thanks for the report. we really need a way to map /etc/mime.types to lighttpds config file...