我的系统是RedHat ES 3
用RPM包安装的openwebmail 2。4
现在的问题是自还的apache就可以正常使用,而用源码包装在/usr/local/apache整合了PHP的apache就不行
运行命令:[root@linux bin]# /usr/local/apache/cgi-bin/openwebmail/openwebmail-tool.pl --init
报如下错误
Script is not setuid/setgid in suidperl
我的openwebmail配置如下,两种设置唯一不同的就是如下的路径了,请问是不是我的路径没设对?谢谢
releasedate 20040816
domainnames mail.XXX.org
auth_module auth_unix.pl
mailspooldir /var/spool/mail
ow_cgidir /usr/local/apache/cgi-bin/openwebmail
ow_cgiurl /cgi-bin/openwebmail
ow_htmldir /usr/local/apache/openwebmail
ow_htmlurl /data/openwebmail
logfile /var/log/openwebmail.log
spellcheck /usr/bin/ispell
dbm_ext .db
timeoffset +0800 |