返回列表 回复 发帖

[求助] 每次登录提示升级extmail到1.1.1版

以前有个yum升级的帖子,现在怎么找不到了?
怎么升级,麻烦大家告诉我
同问
版主告诉我
wiki看看
1、上www.extmail.org下载EXTMAIL1.2源码,然后通过FTP或其它方式上传到EMOS服务器上,
或直接通过EMOS#wget http://www.extmail.org/……/extmail.tar.gz下载到/root目录下
2、备份原extmail文件夹
EMOS#mv -Rf /var/www/extsuite/extmail /var/www/extsuite/extmailbk
3解压缩下载的extmail.tar.gz文件到/var/www/extsuite/
EMOS#tar -xzvf ~/extmail.tar.gz /var/www/extsuite/
将解压到的extmail-1.2更名为extmail
EMOS#mv extmail-1.2 extmail
4、复制生成一份webmail.cf文件
EMOS#cd /var/www/extsuite/extmail
EMOS#cp -f webmail.cf.default webmail.cf
5、更改webmail.cf文件,主要修改数据用户名和密码,内容如下:
# if mysql, all relate parameters should prefix as SYS_MYSQL
SYS_MYSQL_USER = root
SYS_MYSQL_PASS = LinuxPWD
6、修改权限cgi文件夹的权限
chown -R vuser.vgroup /var/www/extsuite/extmail/cgi/
7、升级成功
按照此步骤出现如下提示
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/2.0.52 (CentOS) Server at 192.168.1.5 Port 80
SYS_MYSQL_USER = root
SYS_MYSQL_PASS = LinuxPWD
有没有改成你自己的帐号和密码啊?
重新安装了N遍,终于成功。谢谢楼主!不过还是不知道错在那里了!SYS_MYSQL_USER = root
SYS_MYSQL_PASS = LinuxPWD这两项确认没有设置错误。后面慢慢找吧!
恩,,升级成功了

按照此步骤出现如下提示
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/2.0.52 (CentOS) Server at 192.168.1.5 Port 80
出现这个问题的原因是   cgi的权限的问题
chown -R vuser:vgroup /var/www/extsuite/extmail/cgi/
返回列表