我想安装kloxo-mr面板。我的操作系统是centos 5.9
我根据本指南执行了设置步骤:
在安装过程中,它显示此错误,并以失败的方式结束安装。
Creating Vpopmail database...
Prepare /home/kloxo/httpd...
error reading information on service hiawatha: No such file or directory
sh: hiawatha: command not found
为了解决这个问题,我必须做些什么?
如何检测服务器控制面板类型,如cpanel和directadmin使用它们的api:如果它只检测cpanel、directadmin、kloxo和plesk,这对我来说就足够了
$panel = ???????????;
switch($panel){
case 'cpanel':
$xmlapi = new xmlapi($ip);
//...
break;
case 'directadmin':
$sock = new HTTPSocket;