Hi, we are getting the following error msgs in the ssl
logs for our server (apache 1.3.26 mod_gzip 1.3.19.1a)
[Wed Oct 30 12:37:26 2002] [error] mod_gzip: EMPTY FILE
[/tmp/_16893_101_2.wrk]
[Wed Oct 30 12:37:26 2002] [error] mod_gzip: Make sure
all named directories exist and have the correct
permissions.
Meanwhile, mod_gzip seems to work fine in the non-ssl
part of the logs (non-ssl and ssl logs are separated).
Any ideas?
Thanks for help!
Thommie
Logged In: NO
See http://archive.jsw4.net/mod_perl/02-10/msg00412.html
for possible non-trivial solution.
Logged In: YES
user_id=211909
mod_gzip and mod_ssl don't work together because mod_ssl
doesn't comply to certain rules of the Apache API.
See
http://lists.over.net/pipermail/mod_gzip/2002-February/005911.html
for a workaround, using two virtual hosts.