Antwort: Re: Antwort: [Mod_gzip] Problem with mod_gzip

mod_gzip@lists.over.net mod_gzip@lists.over.net
Fri, 4 Apr 2003 16:17:53 +0200


Hi Eyck.


>> Which other modules might have stolen away the
>> handling of this request from mod_gzip?
> Hmm, strange thing.. when I remove mod_mime it starts compressing
> ( but I get page source instead of page )..

Please post the order of all modules you are loading
and see
     http://www.schroepl.net/projekte/mod_gzip/config.htm#LoadModule
for details about this effect.

> mod_gzip_minimum_file_size  202

mod_gzip will automatically increase this value to 300.

> mod_gzip_maximum_inmem_size 1000000

mod_gzip will automatically reduce this value to 60000.

> mod_gzip_item_include mime "jserv-servlet"
> mod_gzip_item_include mime "jakarta-servlet"

I doubt this could be valid MIME types.

> When I put it somewhere in httpd.conf, it doesen't work.
> But when I put it inside <Virtual > </Virtual> section, it does.

Where in httpd.conf is the section of your "LoadModule"
directives?

> But I'd prefer to set mod_gzip_on for all the pages I serve.

So do I.

>> For an example: In your log file excerpt you omitted
>> the URL you requested, which might have shown any
> I omited it because it had no meaning ie - it was .html file.
> If it was something else, I would have provided this information.

You may be right in this point - but how should I have known
this beforehand?

Regards, Michael