pulling in entire conf directory
[eostre.git] / drupal-configs / shopserver / apache2 / mods-available / deflate.conf
diff --git a/drupal-configs/shopserver/apache2/mods-available/deflate.conf b/drupal-configs/shopserver/apache2/mods-available/deflate.conf
new file mode 100644 (file)
index 0000000..3091ffb
--- /dev/null
@@ -0,0 +1,15 @@
+<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
+
+               # 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