移植好goahead 能访问html 不能访问cgi
移植好goahead 能访问html 不能访问cgi? 报错如下:
Access Error: Data follows
CGI process file is not executable
那位大侠能帮忙解决?谢谢
[解决办法]
把CGI程序的权限改为可执行,例如chmod 777 之后再试试。
发布时间: 2012-12-30 10:43:14 作者: rapoo
移植好goahead 能访问html 不能访问cgi
移植好goahead 能访问html 不能访问cgi? 报错如下:
Access Error: Data follows
CGI process file is not executable
那位大侠能帮忙解决?谢谢
[解决办法]
把CGI程序的权限改为可执行,例如chmod 777 之后再试试。