Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
CGI Error
Name: ohuang Date: May 12, 2004 at 08:04:55 Pacific OS: Win 2000 server CPU/Ram: unknown
Comment:
While testing a web site page which is calling a .exe file, I got the following message: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
What's the problem here? Any help would be appreciated! Thanks.
Summary: That error message usually occurs if you are trying to run a server-side includes (SSI) command on the page. Check that host allows SSI and cgi-bin, if not, then do they allow php, which could used re...
Summary: Alright, I'm running Windows 2003 with IIS 6 for my webserver. Now, the websites are working fine, except for php files. When I try and access a php file I get this error: HTTP Error 401.3 - Unauthori...
Summary: Hey guys, hopefully this one's a simple one. Basically I am trying to write a python script and get it to be executable form a webpage. I have the script (it is called python_METAR.py) in my CGI-BIN...