Reflect post-ILG renumbering IP address
[sysconfig/apache2.git] / mods-available / deflate.conf
index 097f57195579de78584590b9a443f3b01fe55ed9..91d7f332c86ed5665f7cbd0cfcf53e4a754357ec 100644 (file)
@@ -1,9 +1,14 @@
 <IfModule mod_deflate.c>
-          # these are known to be safe with MSIE 6
-          AddOutputFilterByType DEFLATE text/html text/plain text/xml
+       <IfModule mod_filter.c>
+               # these are known to be safe with MSIE 6
+               AddOutputFilterByType DEFLATE text/html text/plain text/xml
 
-          # everything else may cause problems with MSIE 6
-          AddOutputFilterByType DEFLATE text/css
-          AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
-          AddOutputFilterByType DEFLATE application/rss+xml
+               # everything else may cause problems with MSIE 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>
+
+# vim: syntax=apache ts=4 sw=4 sts=4 sr noet