|
Size: 519
Comment:
|
← Revision 7 as of 2012-10-13 18:01:33 ⇥
Size: 546
Comment: Expanded first use to "CGI" to "Common Gateway Interface"
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
| This message means that a CGI script failed to start its response by writing one or more HTTP response headers to standard output. Typically the CGI script simply crashed before it could write the headers. There will often be error output from the CGI script included in the error log. | This message means that a Common Gateway Interface (CGI) script failed to start its response by writing one or more HTTP response headers to standard output. Typically the CGI script simply crashed before it could write the headers. There will often be error output from the CGI script included in the error log. |
Premature End of Script Headers
This message means that a Common Gateway Interface (CGI) script failed to start its response by writing one or more HTTP response headers to standard output. Typically the CGI script simply crashed before it could write the headers. There will often be error output from the CGI script included in the error log.
For help debugging CGI script problems, see the CGI tutorial.