Antwort: Re: Antwort: [Mod_gzip] mod_gzip and mod_bandwidth.

Nacho mod_gzip@lists.over.net
Fri, 15 Aug 2003 13:40:43 +0200


Hi Michael.

Now  it works, the "mod_gzip_on no". I had to "AllowOverride" All the
directory. As it is a personal server only for me, it doesn't matter to
do this, I hope no one will hack me ;)

> Anyway, mod_gzip can only work if it is the last module
> loaded into Apache, because only then it will get control
> over each and every request and response.

mod_gzip works fine, the problem is mixing it with mod_bandwidth. I did
a ClearModuleList and then AddModules for all the modules in httpd -l
and then, in this order, mod_bandwidth and mod_gzip, but they don't work
together.

At least I see that the problem is only for me, and that it should work
fine. So it is not a bug (I hope!), I'll try more.

Also, disabling it for some directories is a good help, because I can
compress just the html and dynamic pages but limit the bandwidth for big
images and files.

Best regards.