[httpd] Add .svgz to AddEncoding x-gzip example in httpd.conf.

Ville Skyttä scop at fedoraproject.org
Thu Sep 22 20:45:02 UTC 2011


commit fee4dde239a650e1cfa5a88ebb4b067c527a60bd
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Sep 22 18:22:59 2011 +0300

    Add .svgz to AddEncoding x-gzip example in httpd.conf.

 httpd.conf |    2 +-
 httpd.spec |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/httpd.conf b/httpd.conf
index f50befd..5c5fb50 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -770,7 +770,7 @@ AddDefaultCharset UTF-8
 # to do with the FancyIndexing customization directives above.
 #
 #AddEncoding x-compress .Z
-#AddEncoding x-gzip .gz .tgz
+#AddEncoding x-gzip .gz .tgz .svgz
 
 # If the AddEncoding directives above are commented-out, then you
 # probably should define those extensions to indicate media types:
diff --git a/httpd.spec b/httpd.spec
index 15a1a45..a968a36 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -525,6 +525,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Thu Sep 22 2011 Ville Skyttä <ville.skytta at iki.fi> - 2.2.21-2
 - Make mmn available as %%{_httpd_mmn}.
+- Add .svgz to AddEncoding x-gzip example in httpd.conf.
 
 * Tue Sep 13 2011 Joe Orton <jorton at redhat.com> - 2.2.21-1
 - update to 2.2.21


More information about the scm-commits mailing list