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