Click to See Complete Forum and Search --> : CGI Error windows XP IIS 5


Anon
03-08-2002, 09:43 PM
With the help of some kind folks in this forum I was able to get php to work on my XP system with IIS 5.0.

When I run the phpinfo.php script all appears fine but when I try to run anything else I get this message "CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers: The headers it did return are:" nothing follows the error message and this same message appears on every script I try to run other than the phpinfo script. Any help would be appreciated.

Jeff

Anon
03-08-2002, 11:16 PM
i had the same problem. try adding the this line "content-type = text/html\n\n" before any output to a browser.

Anon
06-25-2002, 05:03 PM
I get the sam error with C++ builder and CGI-expert-package. Who helps us to get on? Cgi-bin has script and exec rights, that's fine but what else is thhere to do to make it run?