我改成一样的配置了
location /extmail/cgi/ {
fastcgi_pass 127.0.0.1:8888;
include fcgi.conf;
}
location /extmail/ {
alias /var/www/extsuite/extmail/html/;
}
location /extman/cgi/ {
fastcgi_pass 127.0.0.1:8888;
include fcgi.conf;
}
location /extman/ {
alias /var/www/extsuite/extman/html/;
}
我改成一样的配置了,还是出现一样的错误,用的extman是0.2.4版本的
IE 显示Can't locate object method "new" via package "Ext::Mgr::MySQL" at /var/www/extsuite/extman/libs/Ext/Mgr.pm line 38.
[ Go Back ] >> Re-Login