求助:apache下使用cgi的问题!

发布于 2022-10-03 09:11:39 字数 1790 浏览 14 评论 0

原程序:
#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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一百个冬季 2022-10-10 09:11:39

cgi的程序一般要求文件属性的,试一下改成755

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文