Re: CGI Error
"Alexander J. Oss" <[email protected]> Tue, 30 Nov 2004 21:19:34 -0500
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <000801c4d74c$340844e0$11bffea9@puter> |
That's the error that IIS returns (regardless of OS version) when something happens to your executable that causes it not to send its output fully to the standard output. Often this is a crash. I'd recommend simulating the CGI environment in a batch file by setting environment variables appropriately and then running your CGI app to see what happens. ----- Original Message ----- From: "Wong, Steve" <[email protected]> To: <[email protected]> Sent: Monday, November 29, 2004 8:49 PM Subject: [help-cgicc] CGI Error I use cgicc-3.1.1 for my web application. Apparently, I need to migrate the web application from environment MS Windows NT 4.0 to Server 2003 (IIS4.0 to IIS6.0). After the migration, the below CGI Error message displays every time when application attempt to run the C++ written CGI scripts (.exe). CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers Does anyone have the same/similar experience and happen to know how to fix it? Thanks, Steve _______________________________________________ help-cgicc mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-cgicc