[Ilugc] How to solve the "500 internal error" in a rails app

  • From: vcbuddy@xxxxxxxxx (Version Control Buddy)
  • Date: Thu, 23 Dec 2010 11:53:37 +0530

Tue Dec 21 17:29:38 2010] [error] [client 66.249.69.236] Premature end
of script headers:
[Tue Dec 21 17:33:59 2010] [error] [client 66.249.69.236] Premature
end of script headers:
[Tue Dec 21 17:45:24 2010] [error] [client 202.43.235.206] Premature
end of script headers:
[Tue Dec 21 17:52:37 2010] [error] [client 66.249.69.236] Premature
end of script headers:
[Tue Dec 21 18:32:43 2010] [error] [client 66.249.69.236] Premature
end of script headers:
[Tue Dec 21 19:17:13 2010] [error] [client 95.108.244.253] Premature
end of script headers:
[Tue Dec 21 19:28:03 2010] [error] [client 66.249.69.236] Premature
end of script headers:
[Tue Dec 21 19:29:54 2010] [error] [client 66.249.69.236] Premature
end of script headers:
[Tue Dec 21 20:09:51 2010] [error] [client 66.249.69.236] Premature
end of script headers:
[Tue Dec 21 22:21:46 2010] [error] [client 66.249.69.236] Premature
end of script headers:

On CGI terms this error would occur if the script trys to write
anything to stderr. If
possible try running the script from command line and validate its output.

Other related posts: