I encounter a problem I'm not familiar with, and I would like your help to diagnose the problem.
The problem: Sometimes when loading any page on my website, it will only load a white blank screen. If I check the page source, all the data necessary are loaded, but the response header is incomplete (it only shows
HTTP/0.9 200 OK
, where values like
HTTP/1.1 200 OK
Date: Thu, 07 Jul 2011 09:24:01 GMT
Server: SAS
Set-Cookie: _SID_xxxxxxxxx_=36c1eb8cecffe37f9afc6edbed35c239; domain=.xxxxxxxxx.com; path=/; expires=Fri, 04-Nov-2011 09:24:01 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 14153
Connection: close
Content-Type: text/html; charset=ISO-8859-1
were expected.)
Everytime this happens, no error logs were produced, so I'm not completely clear on what may cause this problem.
My setup:
- My server is running CentOS release 5.5
- Apache2 2.2.19 (Unix)
- mod_perl2
Any insight/help is much appreciated. Thank you.