当前位置: 代码迷 >> CGI >> 移植到arm的CGI程序运行时浏览器显示出错。求解,该如何解决
  详细解决方案

移植到arm的CGI程序运行时浏览器显示出错。求解,该如何解决

热度:646   发布时间:2013-09-11 17:59:55.0
移植到arm的CGI程序运行时浏览器显示出错。。。求解
当点击用action 触发CGI程序时浏览器显示 500 Server Error
The server encountered an internal error and could not complete your request.
 但是把CGI 程序的绝对路径填到浏览器网址栏时 显示
 502 Bad Gateway
The CGI was not CGI/1.1 compliant. 

遇到过类似问题的,,给一个解释,感激不尽

------解决方案--------------------
这是你服务器上的CGI程序出错了,说白了就是你的程序没有写对
------解决方案--------------------
就我的实践表明:
1、cgi文件没有可执行权限
2、去掉cgi程序里面的中文,包括注释。
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html
  相关解决方案