开发者

"The specified CGI application misbehaved by not returning a complete set of HTTP headers." in Perl [closed]

开发者 https://www.devze.com 2023-03-29 18:39 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its curren开发者_C百科t form. Fo
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its curren开发者_C百科t form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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

  1. You receive a "The specified CGI application misbehaved" error message
  2. CGI Help Guide
0

精彩评论

暂无评论...
验证码 换一张
取 消