AllowOverride in the docroot
[sysconfig/apache2.git] / mods-available / deflate.conf
1 <IfModule mod_deflate.c>
2           # these are known to be safe with MSIE 6
3           AddOutputFilterByType DEFLATE text/html text/plain text/xml
4
5           # everything else may cause problems with MSIE 6
6           AddOutputFilterByType DEFLATE text/css
7           AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
8           AddOutputFilterByType DEFLATE application/rss+xml
9 </IfModule>