QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1018|回复: 0

在使用mod_perl的时候出现了did not send

[复制链接]
发表于 2004-10-27 11:18:33 | 显示全部楼层 |阅读模式
我的perl.conf的配置如下:
LoadModule perl_module modules/mod_perl.so
Alias /perl /var/www/perl
<Directory /var/www/perl>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
</Directory>
所写的perl脚本:hello.pl

#!/usr/bin/perl
print <<EOF;
Hello World.
EOF

启动httpd后,用浏览器打开所写的脚本,显示如下错误:Internal Server Error
察看error_log,显示如下错误信息:
[Wed Oct 27 09:59:02 2004] [error] [client 192.168.112.88] malformed header from script. Bad header=Hello World.: hello.pl
[Wed Oct 27 09:59:02 2004] [warn] /perl/hello.pl did not send an HTTP header
请问这是什么原因?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 16:46 , Processed in 0.034228 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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