When accessing apache by https, I get following two
errors in error_log:
[Tue Nov 26 16:33:32 2002] [error] mod_gzip: EMPTY FILE
[/tmp/_4660_99_0.wrk] in sendfile2
[Tue Nov 26 16:33:32 2002] [error] mod_gzip: Make sure
all named directories exist and have the correct
permissions.
/tmp has perfectly normal permissions:
drwxrwxrwt 12 root root 4096 Nov 26 16:36
/tmp
It would seem the http reply in question isn't getting
compressed. Works fine with plain http.
This is with Redhat 7.3's apache-1.3.23-14, and Redhat
7.3's mod_ssl-2.8.7-6.
Logged In: YES
user_id=329823
mod_gzip does not work with mod_ssl. Perhaps in future versions
Logged In: YES
user_id=82305
I get exactly the same problems on two sites that happen to
also run SSL, although I have not confirmed that SSL is the
problem. Should I go through and explicitly disable mod_gzip
for the SSL virtualhosts to prevent this error?
Chris