test.htm
<a href="http://superman/cgi-bin/test.pl">Test App </a>
test.pl
print "Welcome!";
先运行test.htm, 再点击Test App ,出现以下提示:
CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Welcome!
我在DOS Command 窗口里运行perl test.pl, 出现正确文字,没有任何错误提示。
运行环境 Win 2000 server + IE 6.0 + ActivePerl 5.6(均为英文版)
我已经在WIN 2000 注册表的HKEY_LOCAL_MACHINE\System\Currentcontrlset \Services\W3svc\Parameters\ScriptMap\目录里,
在右边栏中增加以下的键值:分别加入键名“.cgi”、“.pl”,键值均为“e:\perl\bin\perl.exe %s %s”
对cgi-bin目录也给于读写执行等权限.
请指点,谢谢。
<a href="http://superman/cgi-bin/test.pl">Test App </a>
test.pl
print "Welcome!";
先运行test.htm, 再点击Test App ,出现以下提示:
CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Welcome!
我在DOS Command 窗口里运行perl test.pl, 出现正确文字,没有任何错误提示。
运行环境 Win 2000 server + IE 6.0 + ActivePerl 5.6(均为英文版)
我已经在WIN 2000 注册表的HKEY_LOCAL_MACHINE\System\Currentcontrlset \Services\W3svc\Parameters\ScriptMap\目录里,
在右边栏中增加以下的键值:分别加入键名“.cgi”、“.pl”,键值均为“e:\perl\bin\perl.exe %s %s”
对cgi-bin目录也给于读写执行等权限.
请指点,谢谢。