LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 915|回复: 9

cgi问题,请版主帮忙解决!!

[复制链接]
发表于 2004-7-26 16:36:32 | 显示全部楼层 |阅读模式
我装的Apache HTTP Server Version 2.0

我自编的cgi小程序可以在cgi-bin下运行。
可不知为什么当把现成的程序传到上面后却总是出现
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.


--------------------------------------------------------------------------------

Apache/2.0.50 (Unix) Server at 192.168.0.142 Port 80

为什么,是我少装了什么服务?
望赐教!!
发表于 2004-7-26 16:44:29 | 显示全部楼层
1 看看是否有可执行权限

2 你的程序的输出是否符合http头规范




cgi程序的标准输出必须是符合http头规范才行的。
 楼主| 发表于 2004-7-26 16:57:58 | 显示全部楼层

我下的是源程序!

五帝文章管理系统 v1.7 正式版
权限都是777的!
发表于 2004-7-26 17:05:09 | 显示全部楼层
五帝文章管理系统是perlCGI 的 吧

你是不是在windows下编辑过他们,

pl  cgi 文件的第一行是
  1. #!/usr/bin/perl
复制代码


"erl"后是“\n”

而在win下编辑以后"erl"后变成是“\r\n”

这会无法执行的。
 楼主| 发表于 2004-7-26 17:26:30 | 显示全部楼层

没编译过他们!

我在windows下解压,然后传到cgi-bin下了!!

帮帮忙!
发表于 2004-7-26 19:47:02 | 显示全部楼层
发个cgi文件过来
发表于 2004-7-26 20:35:32 | 显示全部楼层
服务器上的log会有更多有用的信息。
 楼主| 发表于 2004-7-27 08:46:37 | 显示全部楼层

我把文件上传了!

发表于 2004-7-27 17:02:47 | 显示全部楼层
我这正常啊
 楼主| 发表于 2004-7-28 09:59:35 | 显示全部楼层

把它放到cgi-bin目录下就可以了吗?

我把所有文件放到cgi-bin下,改变了可执行权限。
可不能运行,是不是要改cgi设置呀!
我的都是默认的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表