|
|

楼主 |
发表于 2004-7-22 17:52:36
|
显示全部楼层
我说说我先在的情况吧!
我安装了
-rw-rw-r-- 1 liuzheng liuzheng 6678253 Jul 22 12:01 openwebmail-2.32-20040525.i386.rpm
-rw-rw-r-- 1 liuzheng liuzheng 188141 Jul 22 11:47 perl-CGI-2.81-88.i386.rpm
-rw-rw-r-- 1 liuzheng liuzheng 91428 Jul 22 11:47 perl-CGI-SpeedyCGI-2.21-RH9.i386.rpm
-rw-rw-r-- 1 liuzheng liuzheng 45244 Jul 22 11:47 perl-Compress-Zlib-1.21-RH9.i386.rpm
-rw-rw-r-- 1 liuzheng liuzheng 14659 Jul 22 11:48 perl-Text-Iconv-1.2-RH80.i386.rpm
-rw-rw-r-- 1 liuzheng liuzheng 141980 Jul 22 12:15 perl-suidperl-5.8.0-88.i386.rpm
然后我在APACHE配置了
所以我在<Directory "/var/www/cgi-bin">
AllowOverride None
options ExecCGI -Indexes 我改动了这行
order allow,deny
Allow from all
</directory>
再把AddHandler cgi-script .cgi .pl写在后面
我再次编译。/openwebmail-tools.pl --init
[root@long openwebmail]# ./openwebmail-tool.pl --init
Welcome to the Open WebMail!
This program is going to send a short message back to the developer,
so we could have the idea that who is installing and how many sites are
using this software, the content to be sent is:
OS: Linux 2.4.20-8 i686
Perl: 5.008
WebMail: Open WebMail 2.32 20040525
Send the site report?(Y/n) y
sending report...
Thank you.
我再试试
我现在CGI的测试都过不了,肯定是CGI的问题,看来要从这边下手了 |
|