cgi 文件无法被apache httpd执行

cgi 文件无法被apache httpd执行

使用CVS把一个包含 cgi 文件的目录加入项目, 使用 http:// 方式访问文件,获得的是HTTP 500 Internal Server Error。
在目录下创建一个test.htm的文件,内容只包含字符串"test",通过http:// 方式访问test.htm,成功显示,但将其改名为test.cgi后,仍获得HTTP 500 Internal Server Error。

麻烦分析下原因。
检查你的shebang line书写的是否正确
(#!/usr/bin/perl)