求助:apache下使用cgi的问题!
原程序:
#include<stdio.h>;
void main()
{
printf("Contenttype:text/html\n\n"
printf("<html>;\n"
printf("<head>;<title>;An CGI test!</title>;</head>;\n"
printf("<body>;\n"
printf("</body>;\n"
printf("</html>;\n"
}
编译后将test.cgi拷贝到cgi-bin下
然后在ie中输入http://192.168.0.82/cgi-bin/Text1.cgi后显示
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
请问问题在哪?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
cgi的程序一般要求文件属性的,试一下改成755