pulling in entire conf directory
[eostre.git] / drupal-configs / shopserver / apache2 / mods-available / deflate.conf
CommitLineData
436d9fbf 1<IfModule mod_deflate.c>
2 <IfModule mod_filter.c>
3 # these are known to be safe with MSIE 6
4
5 #AddOutputFilterByType DEFLATE text/html text/plain text/xml
6
7 # everything else may cause problems with MSIE 6
8 AddOutputFilterByType DEFLATE text/css
9 AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
10 AddOutputFilterByType DEFLATE application/rss+xml
11 #AddOutputFilterByType DEFLATE application/xml
12 </IfModule>
13</IfModule>
14
15# vim: syntax=apache ts=4 sw=4 sts=4 sr noet