免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1474 | 回复: 5
打印 上一主题 下一主题

[Web] apache如何支持cgi呀? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-06-29 07:51 |只看该作者 |倒序浏览
我的操作系统是REDHAT8.0,apache默认安装的。我今天下载了一个cgi程序,我把它放到/var/www/cgi-bin/目录下,在ie里输入:
http://myip/cgi-bin/index.pl
显示:
Server error!
The server encountered an internal error and was unable to complete your request.
Error message:
Premature end of script headers: htmltext.pl
If you think this is a server error, please contact the webmaster
Error 500
211.***.18.154
Sun 29 Jun 2003 07:57:30 AM CST
Apache/2.0.40 (Red Hat Linux)
看了是apache没有配置不支持cgi
于是我找着网上的一篇文章配置了http.conf文件:
<Directory "/var/www/cgi-bin">;
AllowOverride None
Options ExecCGI    <----------加上了这句
Options None
Order allow,deny
Allow from all
</Directory>;
可还是不行呀。
有什么更简单的方法让apahce支持cgi吗?或许是我配置错了,希望大家给我出点主意,我是一只小菜鸟呀

论坛徽章:
0
2 [报告]
发表于 2003-06-29 13:38 |只看该作者

apache如何支持cgi呀?

chmod 755 index.pl

论坛徽章:
0
3 [报告]
发表于 2003-06-29 19:48 |只看该作者

apache如何支持cgi呀?

原帖由 "kuin" 发表:
我的操作系统是REDHAT8.0,apache默认安装的。我今天下载了一个cgi程序,我把它放到/var/www/cgi-bin/目录下,在ie里输入:
http://myip/cgi-bin/index.pl
显示:
Server error!
The server encountered an inte..........
   
默认是支持的吧

论坛徽章:
0
4 [报告]
发表于 2003-07-01 13:53 |只看该作者

apache如何支持cgi呀?

其实连ExecCGI都不用加
把AllowOverride None 改成AllowOverride All
就可以了,如果要配虚拟主机的话就更简单了
在<virtualhost>;</virtualhost>;中加入
ScriptAlias /cgi-bin/ "your cgi script path"
就可以了,呵呵,这个更简单!

论坛徽章:
0
5 [报告]
发表于 2003-09-26 14:45 |只看该作者

apache如何支持cgi呀?

我的问题和楼主一样,我的系统是REDHAT8.0
<Directory "/var/www/cgi-bin">;
AllowOverride None
Options ExecCGI <----------加上了这句
Options None
Order allow,deny
Allow from all
</Directory>;
运行CGI测试通过了,可是运行其他CGI就出500错误
所有的*.cgi和目录全是777了啊!!!!!!!!!!!!!
所有的*.cgi和目录全是777了啊!!!!!!!!!!!!!      
Server error!
The server encountered an internal error and was unable to complete your request.
Error message:
Premature end of script headers: install.cgi
If you think this is a server error, please contact the webmaster
Error 500
www.domain.com
Fri Sep 26 14:46:35 2003
Apache/2.0.40 (Red Hat Linux)

论坛徽章:
0
6 [报告]
发表于 2003-09-26 16:11 |只看该作者

apache如何支持cgi呀?

是脚本本身的问题吧
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP