backing up shopserver1p apache config
[eostre.git] / drupal-configs / apache2 / mods-available / deflate.conf
similarity index 52%
rename from drupal-configs/shopserver/apache2/mods-available/deflate.conf
rename to drupal-configs/apache2/mods-available/deflate.conf
index 3091ffb53983ec33da151575a2d7201430176c7e..db48f925fcfac1dc37270dead2d052325cd23b3f 100644 (file)
@@ -1,14 +1,9 @@
 <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 text/html text/plain text/xml text/css
                AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
                AddOutputFilterByType DEFLATE application/rss+xml
-               #AddOutputFilterByType DEFLATE application/xml
+               AddOutputFilterByType DEFLATE application/xml
        </IfModule>
 </IfModule>