Antwort: RE: Antwort: [Mod_gzip] Apache 1.3.23 + mod_gzip 1.3.19 .1a + Cold FusionMX

mod_gzip@lists.over.net mod_gzip@lists.over.net
Fri, 4 Oct 2002 20:57:46 +0200


Hi Ian,


>In which order are you loading your modules?

> LoadModule gzip_module         modules/mod_gzip.so
> ...snip...
> ClearModuleList

Nice. You have loaded all the modules, now you clear the
module list and lose everything you have done so far. ;-)

> AddModule mod_gzip.c

Ah - this one is the first ...

> ...snip...
> # ColdFusionMX Settings
> LoadModule jrun_module
/usr/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun.so

... and this one is the second. This cannot work.

Turn around this order of directives. Make mod_gzip being
the _last_ module being added, so that it will be the first
one to have access to a request - even before ColdFusion.

> I am still not quite sure how to output MIME type in the log.
> What parameters would I pass to the LogFormat directive to enable this?

%{Content-type}o

as described in
     http://www.schroepl.net/projekte/mgzta/collect.html

Regards, Michael