ERROR: FANtastico can connect to mysql …. Solution: /usr/local/cpanel3rdparty/includes… Create a following file change IP cat mysqlconfig.local.php <?php $MYSQLHOST=”66.249.137.160″; $MYSQLPATH=”/usr/bin/mysql”; ?>
See MoreTag: web hosting
Error in exim main log for VPS
Error in exim main log for VPS: ————————————- 2013-04-11 00:38:57 H=localhost ([xx.xx.xx.xx]) [127.0.0.1] Warning: Sender rate 1.0 / 1h 2013-04-11 00:38:57 1O0rkv-0004ff-M9 <= test@domain.com H=localhost ([xx.xx.xx.xx]) [127.0.0.1] P=esmtpa A=fixed_login:test@domain.com S=987 id=01087a747067959825bcc6fd91dfbfa9.squirrel@xx.xx.xx.xx 2013-04-11 00:39:01 1O0rkv-0004ff-M9 gmail-smtp-in.l.google.com [xx.xx.xx.xx] Connection refused 2013-04-11 00:39:04 1O0rkv-0004ff-M9 alt1.gmail-smtp-in.l.google.com [xx.xx.xx.xx] Connection refused 2013-04-11 00:39:07 1O0rkv-0004ff-M9 alt4.gmail-smtp-in.l.google.com [xx.xx.xx.xx] Connection refused 2013-04-11 00:39:07 1O0rkv-0004ff-M9 […]
See MoreConfigure eth1
Configure eth1 on the server. if eth1 is not showing up using ifconfig then add folloing entry for eth1 then check using ifconfig [root@hostripples]# cat /etc/modprobe.conf alias eth0 tg3 alias scsi_hostadapter ata_piix alias snd-card-0 snd-intel8x0 options snd-card-0 index=0 install snd-intel8x0 /sbin/modprobe –ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-intel8x0 { /usr/sbin/alsactl store […]
See More