- add type and encoding for zipped SVG images (.svgz)

Thanks to Sebastian Siebert (via Submit Request #40059)

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=316
This commit is contained in:
Peter Poeml 2010-05-17 14:34:56 +00:00 committed by Git OBS Bridge
parent 43c955beef
commit 7085fd9ed8
2 changed files with 11 additions and 0 deletions

View File

@ -128,6 +128,11 @@ AddType application/x-gzip .gz .tgz
# are so commonly used that we add them here.
Addtype image/x-icon .ico
# Zipped SVG files (.svgz) are not registered by IANA yet, and we should hint
# clients about their encoding
AddType image/svg+xml .svg .svgz
AddEncoding gzip .svgz
#
# For type maps (negotiated resources):
# (This is enabled by default to allow the Apache "It Worked" page

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 17 14:33:47 UTC 2010 - poeml@cmdline.net
- add type and encoding for zipped SVG images (.svgz)
Thanks to Sebastian Siebert (via Submit Request #40059)
-------------------------------------------------------------------
Tue May 11 21:42:11 UTC 2010 - lars@linux-schulserver.de