Antwort: [Mod_gzip] mod_gzip does'nt compress
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Wed, 1 Oct 2003 17:11:11 +0200
Hallo Kai,
> Server version: Apache/1.3.27 (Unix) (Red-Hat/Linux)
> Server built: Sep 2 2003 09:16:44
> mod_gzip.so for 1.3.26 (there exists no version for 1.3.27)
Apache 1.3 API is stable, so you can use any mod_gzip
version 1.3.x with any Apache version 1.3.y.
mod_gzip 1.3.26.1a is simply named after the Apache
version that was available when it was released.
(http://www.schroepl.net/projekte/mod_gzip/versions.htm)
> <IfModule mod_gzip.c>
And did you load mod_gzip?
> When i load a page from that server i get an logentry:
> "www.foo.bar GET /test.php?action=all HTTP/1.0" 200
> 129769 mod_gzip: - In:- -< Out:- = - Prozent.
mod_gzip doesn't seem to be invoked at all. It has to
be loaded on top of the module stack, i. e. using the
last LoadModule directive in your Apache configuration.
(http://www.schroepl.net/projekte/mod_gzip/config.htm#LoadModule)
"httpd -l" might help to display your module loading
order.
> Is this cause i use a wrong mod_gzip-Version ??
No.
Viele Grüße
Michael