QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1189|回复: 4

RH8下CGI运行的的问题,急!

[复制链接]
发表于 2003-1-8 15:01:21 | 显示全部楼层 |阅读模式
运行perl或cgi文件出现以下信息:(请高手解答如何配置Apache或修改perl.conf才能支持cgi的运行)

Server error!

The server encountered an internal error and was unable to complete your request.
Error message:
Premature end of script headers: mail.cgi
If you think this is a server error, please contact the webmaster

Error 500

我的程序的代码的第一行是:
#!/usr/bin/perl

没改前是:#!/usr/local/bin/perl(也不行)

有人说:

是 vsftp 做的怪!!! 你一定要修改 /etc/vsftpd.conf 文件中的:

ascii_upload_enable=YES
ascii_download_enable=YES

改过了,同样不行

注明:

1、我的cgi-bin的目录及cgi文件的属性已设置成755
2、虚拟主机在httpd.conf设置如下:
<VirtualHost beerchina.com>
DocumentRoot /var/www/html/beerchina.com/htdocs
ServerName www.beerchina.com
ScriptAlias /cgi-bin/ /var/www/html/beerchina.com/cgi-bin/</VirtualHost>
 楼主| 发表于 2003-1-10 17:58:04 | 显示全部楼层

没人回答?顶!

没人回答?顶!
回复

使用道具 举报

发表于 2003-1-11 08:07:11 | 显示全部楼层
RH 8.0 默认的 Apache 配置是支持 CGI 程序的。

我看错误提示,似乎是你的  mail.cgi 配置 不对。

你试一下 /var/www/cgi-bin/ 下面的 CGI 程序可以运行正常不 ?

2003年01月11日上午08时04分55秒[root@gugonghcs root]# ll /var/www/cgi-bin/
total 248
-rwxr-xr-x    1 root     root       116323  8月 11 11:15 htsearch*
-rwxr-xr-x    1 root     root        59103  7月 18 20:00 namazu.cgi*
-rwxr-xr-x    1 root     root        57918  8月 11 11:15 qtest*
2003年01月11日上午08时05分01秒[root@gugonghcs root]# rpm -qf  /var/www/cgi-bin/qtest
htdig-web-3.2.0-7.20020505
2003年01月11日上午08时05分19秒[root@gugonghcs root]# rpm -qf  /var/www/cgi-bin/htsearch
htdig-web-3.2.0-7.20020505
2003年01月11日上午08时05分26秒[root@gugonghcs root]# rpm -qf  /var/www/cgi-bin/namazu.cgi
namazu-cgi-2.0.10-8
2003年01月11日上午08时05分32秒[root@gugonghcs root]#
回复

使用道具 举报

发表于 2003-1-11 09:41:59 | 显示全部楼层
(对了,那个CGI程序是从linux7上直接COPY过来的,在原系统上运行正常的)


可能你需要下载较新的版本吧,有许多老的程序不是拷贝过来就可以运行的呀。
回复

使用道具 举报

发表于 2003-1-11 10:54:37 | 显示全部楼层
http://software.jaos.org/webmail-3.0.1.tar.gz


  Perl webmail 3.0.1
by Jason Woodward - Wednesday, January 8th 2003 03:57 PST   

About: Perl webmail is a CGI script that interfaces with a POP mail server that you provide. It can check mail, read messages, reply, forward, delete, send and receive attachments, and it doesn't have to be a local mail server. This script talks strictly POP3 for receiving and SMTP for sending mail. It also supports storage for mail folders, contacts, and calendar notes.

Changes: This release includes improved message list generation, fixed message forwarding, per-domain configuration, and various small fixes.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-17 13:58 , Processed in 0.034347 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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