X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=mods-available%2Fdeflate.conf;h=91d7f332c86ed5665f7cbd0cfcf53e4a754357ec;hb=3155f712d7a0d0d13871334e8bcb6d562a7a08eb;hp=097f57195579de78584590b9a443f3b01fe55ed9;hpb=c1c14e8db7d9ac7055affb2cdab504ec8ed5687f;p=sysconfig%2Fapache2.git diff --git a/mods-available/deflate.conf b/mods-available/deflate.conf index 097f571..91d7f33 100644 --- a/mods-available/deflate.conf +++ b/mods-available/deflate.conf @@ -1,9 +1,14 @@ - # these are known to be safe with MSIE 6 - AddOutputFilterByType DEFLATE text/html text/plain text/xml + + # 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 + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet