Antwort: [Mod_gzip] mod_gzip Problem under Win2k Server
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Mon, 6 Jan 2003 12:47:45 +0200
Hi Roland,
> I have some problems with the mod_gzip extension for apache.
> Apache Version is 1.3.26 (soon 1.3.27) and the gzip version
> is 1.3.19.2a
This is not bad, but
http://sourceforge.net/projects/mod-gzip/
would already offer version 1.3.26.1a.
> It seems that it starts correctly (only a warning about runnig
> an EAPI device it can be unstable)
So you are running some mod_ssl code as well, are you?
This may cause a lot of additional problems, as mod_gzip
and mod_ssl don't fit together very well and require some
rather tricky mechanism to get them to work as a team.
> but it must work. There are no errors. I configed to write all
> events to a logfile.
> When i read this logfile then i find such entrys:
> xxx.xxx.xxx.xxx - - [22/Dec/2002:03:50:31 +0100]
> "GET /ATopics.html HTTP/1.1" 200 11440 mod_gzip: -pct.
Unfortunately, you didn't make mod_gzip log its status
value. This one would tell quite a story, so that you
could see whether mod_gzip actually has been invoked,
and if so, why it still chose to not compress the content.
> You see that Apache dont compressed the html dokument. Why?
See above.
> Why it dont compress anything :-(
There are many possible reasons - using SSL for your
requests being one of the more likely ones.
Improve your log definition like
http://www.schroepl.net/projekte/mod_gzip/config.htm#logging
should tell you, then post the results here.
Regards, Michael