Premature end of script headers
Posted
by Tony
on Server Fault
See other posts from Server Fault
or by Tony
Published on 2009-11-12T04:16:51Z
Indexed on
2010/03/22
14:01 UTC
Read the original article
Hit count: 414
I often get a "premature end of script headers" error in my apache log which results to an internal 500 error. I understand what the error message means - that my application did not give the browser the headers it needs (and maybe nothing at all), but the odd thing is that this does not happen all the time. It actually usually happens the first few times I go to my website after a deploy. Could this be a memory issue? Does anyone know how to trouble shoot this? My apache log isn't really telling me anything.
I am running a ruby site using the rails framework on ubuntu hardy.
thank you!
© Server Fault or respective owner