Antwort: [Mod_gzip] mod_gzip and mod_bandwidth.
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Thu, 14 Aug 2003 19:52:54 +0200
Hi,
> disable mod_gzip in some directories (just excluding some filename or
mimetype doesn't help).
you should be able to use "mod_gzip_on no" in every possible
context, be that in some <Directory> container or even in a
.htaccess file.
I just tried that for myself, and yes I could 'disable' mod_gzip
in a .htaccess file.
Which means that mod_gzip would still be invoked but placed
"DECLINED:OFF" into its status field and did not try to compress
anything.
Regards, Michael