cPanel : Rvsitebuilder installation

cPanel : Rvsitebuilder installation 1. If the server has RVSkin installed, update RVSkin to v6.75 up. (Skip this step if you don’t have it). perl /root/rvadmin/auto_rvskin.pl 2. After getting the license confirmation, SSH to the cPanel server as root, download the installer using the command below: cd /usr/local/cpanel/whostmgr/docroot/cgi/ rm -f rvsitebuilderinstaller.tar wget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tar tar -xvf… Continue reading cPanel : Rvsitebuilder installation

Published
Categorized as cPanel

How do I upgrade Apache on my Cpanel box?

There are two ways to update your Apache version on cpanel. The first is from within WHM. Underneath the “Software” section in the menubar is “Apache Update.” Click this link and then follow the on screen directions. The second option is from the command line. Run “/scripts/easyapache”, which will provide an update interface including a few more options than… Continue reading How do I upgrade Apache on my Cpanel box?

Securing CPanel

Running a WHM like Cpanel can sure make hosting easy, but unfortunately running a WHM often makes your server much less secure than it was before! We do not guaranty that the following steps will make your server hack proof, but it will greatly reduce your chances of compromise. Also note that Layered Technologies does… Continue reading Securing CPanel

Published
Categorized as cPanel Tagged

cPanel : UPCP error : Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273.

I have seen recent cPanel upgrade throwing errors are below : root@server [~]# /scripts/upcp /scripts/upcp syntax OK Running Futex Check/Fix……Done Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273. This can be fixed using below : wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static && perl /root/updatenow.static –manual Upgrade the cPanel : /scripts/upcp –force This should fix the issue 🙂

Published
Categorized as cPanel Tagged

MySQL error ./eximstats/sends’ is marked as crashed

MySQL dies and logs shows error as below : [ERROR] /usr/sbin/mysqld: Table ‘./eximstats/sends’ is marked as crashed and last (automatic?) repair failed [ERROR] /usr/sbin/mysqld: Table ‘./eximstats/sends’ is marked as crashed and last (automatic?) repair failed A simple fix is to repair the tables using command : myisamchk -r /var/lib/mysql/eximstats/sends.MYI – recovering (with sort) MyISAM-table ‘/var/lib/mysql/eximstats/sends.MYI’… Continue reading MySQL error ./eximstats/sends’ is marked as crashed

Published
Categorized as cPanel

Exim Remote Memory Corruption Vulnerability Notification (CVE-2010-4344)

Summary A memory corruption vulnerability exists in Exim versions 4.69 and older (CVE-2010-4344). Exim is the mail transfer agent used by cPanel & WHM. Security Rating This update has been rated as Important by the cPanel Security team. Description A memory corruption vulnerability has been discovered in Exim. This vulnerability may lead to arbitrary code… Continue reading Exim Remote Memory Corruption Vulnerability Notification (CVE-2010-4344)

CPU/MySQL Usage is blank in WHM

“CPU/Memory/MySQL Usage” page blank This is a common error across all cPanel releases. The most likely cause of this issue is related to the utility that actually generates the statistics. When cPanel is installed, several entries are added into crontab for the root user. The following is a list of the default crontab entries from… Continue reading CPU/MySQL Usage is blank in WHM

Published
Categorized as cPanel Tagged

cPanel :: Berkeley DB error: PANIC: fatal region error detected; run recovery

Exim logs /var/log/exim_mainlog shows Berkeley DB error. Berkeley DB error: PANIC: fatal region error detected; run recovery Berkeley DB error: PANIC: fatal region error detected; run recovery Berkeley DB error: PANIC: fatal region error detected; run recovery Exim stores certain databases using BerkeleyDB (e.g. aliases file). These are due to corrupted Berkeley DB. In cPanel… Continue reading cPanel :: Berkeley DB error: PANIC: fatal region error detected; run recovery