"The specified CGI application misbehaved by not returning a complete set of HTTP headers." in Perl [closed]
I am facing this error on IIS. My site is in Perl CGI. "The specified CGI application misbehaved by not returning a complete set of HTTP headers."
This means your program doesn't print headers, probably because your program doesn't compile
- You receive a "The specified CGI application misbehaved" error message
- CGI Help Guide
精彩评论