[Mod_gzip] Mod_gzip +mod_ssl + mod_wl.so Weblogic

mod_gzip@lists.over.net mod_gzip@lists.over.net
Tue, 20 Jan 2004 11:38:53 +0100


Hi Jacques,


> "GET /webapp/presentation/expert/glossaire.do HTTP/
> 1.1" 200 0 "https://pipo/webapp/presentation/expert/contact.do"
> "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)"
> mod_gzip: CAP_FILE_EMPTY  0 pct.
>
> [error] mod_gzip: EMPTY FILE [/VAR/apache_mod_gzip/_5729_99_0.wrk] in
sendfile2
> [error] mod_gzip: Make sure all named directories exist and have the
correct permissions.
>
> but without SSL it's work:

yep. So you have found the guilty module.

You can't simply use mod_gzip and mod_ssl together
within the same virtual host; mod_ssl doesn't play
by the (Apache) rules well enough.

What you _can_ do is described by Tim Behrendsen in
his "mod_gzip with SSL mini howto"
     http://lists.over.net/pipermail/mod_gzip/2002-February/005911.html
This includes using two virtual hosts and mod_proxy.
Regards, Michael