The information in this article applies to:
SYMPTOMS
When you submit an HTML form or click a link to a script from the web
browser, you may receive an error similar to the following:
CAUSEThis error is caused by missing or malformed CGI header information. In this case the headers are missing because the script file could not be run, resulting in that error message being displayed instead of the output from the script. MORE INFORMATION
The Common Gateway Interface (CGI) Specification calls for the script file
to return at least one header. These headers fill out the remainder of the
HTTP headers as required by the HTTP protocol. The HTTP protocol also
requires a blank line between the end of the headers and the start of the
document. The only headers currently supported by the CGI specification
are:
Additional information about these headers can be found in the HTTP Protocol and CGI Protocol draft specifications available at http://www.w3.org. You can also see the following Microsoft Knowledge Base article: Q150629 : Configuring and Testing a PERL Script with Internet Information Server (IIS) REFERENCESQ238788 How to Debug CGI Applications Running Under IIS Additional query words: cgi prodiis1
Keywords : kbsetup nttcp iissetup |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |