Change request

Mike McGrath mmcgrath at redhat.com
Tue Nov 25 21:03:52 UTC 2008


I need to add the following:

AddType image/svg+xml .svg
AddType image/svg+xml .svgz
AddEncoding gzip .svgz
<FilesMatch \.svgz$>
  <IfModule mod_gzip.c>
    mod_gzip_on No
  </IfModule>
</FilesMatch>

Into a general config file for our app servers.  At present it is in our
wiki config.  This is causing problems for some of our docs sites that use
svg that are not on a machine that are on the wiki.

	-Mike




More information about the Fedora-infrastructure-list mailing list