On Jun 1, 2009, at 3:24 PM, John Oliver wrote:

[Mon Jun 01 15:21:19 2009] [debug] mod_deflate.c(447): [client
128.49.61.83] Zlib: Compressed 305 to 232 : URL /index.html


So it's trying to serve you something. This is probably the internally generated response from the server after it boinked on serving the standard error page document.

Your access log:

192.49.61.83 - - [01/Jun/2009:15:12:35 -0700] "GET / HTTP/1.1" 403 - "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10" 192.49.61.83 - - [01/Jun/2009:15:12:38 -0700] "GET /favicon.ico HTTP/ 1.1" 403 250 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv: 1.9.0.10) Gecko/2009042316 Firefox/3.0.10"

Interesting that it would serve *no content* for the / and 250 bytes for the favicon.ico. Suggests a different data path is followed.

As you may know, if you don't put any content in /var/www/html, Red Hat will serve the 403 error page because it has configured Directory Listings of /var/www/html to be forbidden. By striking coincidence, that error page HTML document is dolled up to look like the default "this is a Red Hat box" page you (should) see in your browser.

So what have you changed to your config? You HAVE changed things: for starters deflate is not on by default.

S.

--
Sander Temme
scte...@apache.org
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to