X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=drupal-configs%2Fshopserver%2Fapache2%2Fmods-available%2Fdeflate.conf;fp=drupal-configs%2Fshopserver%2Fapache2%2Fmods-available%2Fdeflate.conf;h=3091ffb53983ec33da151575a2d7201430176c7e;hb=436d9fbf7640854020e4f4980a2c6d15eebc6802;hp=0000000000000000000000000000000000000000;hpb=b022587f81181617369cf1406aa7eb8577c1676c;p=eostre.git diff --git a/drupal-configs/shopserver/apache2/mods-available/deflate.conf b/drupal-configs/shopserver/apache2/mods-available/deflate.conf new file mode 100644 index 0000000..3091ffb --- /dev/null +++ b/drupal-configs/shopserver/apache2/mods-available/deflate.conf @@ -0,0 +1,15 @@ + + + # 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 + + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet