[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. 1b061a0344c5f3cc459e769e2ad0e62be6f570cb

Stefan Fritsch sf at sfritsch.de
Sat Mar 17 20:45:13 UTC 2012


The following commit has been merged in the next branch:
commit aa091edd64762beb9e4041bfd66346961d0a6e81
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Mar 17 17:29:53 2012 +0100

    AddOutputFilterByType needs mod_filter now
    
    compress application/xml

diff --git a/debian/config-dir/mods-available/deflate.conf b/debian/config-dir/mods-available/deflate.conf
index 097f571..7aae8b7 100644
--- a/debian/config-dir/mods-available/deflate.conf
+++ b/debian/config-dir/mods-available/deflate.conf
@@ -1,4 +1,5 @@
 <IfModule mod_deflate.c>
+<IfModule mod_filter.c>
           # these are known to be safe with MSIE 6
           AddOutputFilterByType DEFLATE text/html text/plain text/xml
 
@@ -6,4 +7,6 @@
           AddOutputFilterByType DEFLATE text/css
           AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
           AddOutputFilterByType DEFLATE application/rss+xml
+          AddOutputFilterByType DEFLATE application/xml
+</IfModule>
 </IfModule>

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list