Internal   Server   Error

Internal   Server   Error

各位好朋友,本着学习的心态,我开始了apache的cgi之旅,安装完apache并启动服务,我试着用prel写了第一个很简单的cig程序,但最后还是运行不起来,显示如下错误:
“Internal   Server   Error
The   server   encountered   an   internal   error   or   misconfiguration   and   was   unable   to   complete   your   request.

Please   contact   the   server   administrator,   herolinfeng@gmail.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.

系统:window   xp
服务器:apache2.2
端口:8080
本地访问地址:http://localhost:808/cig-bin/test.pl

test.pl内容如下:
#!/usr/bin/perl
print   "Content-type:   text/html\n\n ";
print   "Hello,   World. ";

麻烦各位有朋友帮我看看,告诉我是什么问题
补充:
我的apache装在:C:\program   files中
我的cig-bin目录路径是:C:\Program   Files\Apache   Software   Foundation\Apache2.2
我的test.pl文件是存放在cig-bin目录中的
再补充:
我查看日志,提示:
[Sat   Jul   21   01:59:40   2007]   [error]   [client   127.0.0.1]   (OS   2)系统找不到指定的文件。     :   couldn 't   spawn   child   process:   C:/Program   Files/Apache   Software   Foundation/Apache2.2/cgi-bin/first.pl

请各位指点一下   谢谢