Kbase P86113: What does it mean when my CGIs fail with "Premature end of script headers"?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/09/2005 |
|
Status: Unverified
GOAL:
What does it mean when my CGIs fail with "Premature end of script headers"?
FACT(s) (Environment):
WebSpeed 3.x
OpenEdge 10.x
FIX:
It means that the server was expecting a complete set of HTTP headers (one or more followed by a blank line), and didn't get them.
The most common cause of this problem is the script dying before sending the complete set of headers or possibly any at all to the client.