Cpanel : Suspended page / Internal Server Error

If domain is showing “Internal Server Error” except suspention page after suspending the domain then check sexec_log file. You will receive the following logs : ++++++++++++++++++++++++++++++++++ [2011-04-18 10:08:44]: uid: (1355/username) gid: (1355/username) cmd: suspendedpage.cgi [2011-04-18 10:08:44]: error: target uid/gid (1355/1355) mismatch with directory (0/10) or program (0/0) or trusted user (0/10) ++++++++++++++++++++++++++++++++++ Then you need […]

Perl error while running weblogs on the server

Error : error: List::Util object version 1.14 does not match bootstrap parameter 1.18 at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm line 92 Solution: If you are getting perl error while running /scripts/runweblogs do as follows : 1) Check the perl version on the server using following command Perl -v 2)  If you are getting following error while running runweblogs script […]

ERROR: Connection dropped by IMAP server

yum install fam /etc/rc.d/init.d/courier-imap restart service courier-authlib restart service courier-imap restart yum install fam /etc/rc.d/init.d/courier-imap restart netstat -an|grep 143|grep LISTEN Solution : Install libltdl or locate following files on server cp /old/usr/lib/libltdl.so.3 /usr/lib/libltdl.so.3 cp /old/usr/lib/libltdl.so.3.1.1 /usr/lib/libltdl.so.3.1.1 cp /old/usr/lib/libltdl.so  /usr/lib/libltdl.so