当前位置: 代码迷 >> CGI >> 移植好goahead 能访问html 不能访问cgi,该怎么解决
  详细解决方案

移植好goahead 能访问html 不能访问cgi,该怎么解决

热度:446   发布时间:2012-02-10 21:27:42.0
移植好goahead 能访问html 不能访问cgi
移植好goahead 能访问html 不能访问cgi? 报错如下:

Access Error: Data follows
CGI process file is not executable

那位大侠能帮忙解决?谢谢

------解决方案--------------------
把CGI程序的权限改为可执行,例如chmod 777 之后再试试。
  相关解决方案