]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_deflate.conf
rel 5; auth_ldap requires ldap module; fix apr1 patch for ldap once more
[packages/apache.git] / apache-mod_deflate.conf
1 LoadModule deflate_module        modules/mod_deflate.so
2
3 SetOutputFilter DEFLATE
4
5 # Netscape 4.x has some problems...
6 BrowserMatch ^Mozilla/4 gzip-only-text/html
7
8 # Netscape 4.06-4.08 have some more problems
9 BrowserMatch ^Mozilla/4\.0[678] no-gzip
10
11 # MSIE masquerades as Netscape, but it is fine
12 BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
13
14 SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
15 SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
16 SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar|iso)$ no-gzip dont-vary
17
This page took 0.369041 seconds and 3 git commands to generate.