EZ Linux Admin random header image

Entries Tagged as 'Cpanel and WHM'

Location of SSL certs and keys for CPanel and users

February 9th, 2010 by EZ linux · No Comments

I was tracking down the location for each users SSL on a CPanel based server and wanted to post the locations here since they are a little off the beaten track. This is good to have around for when you want to clean out old certs and keys that are just jumbling your SSL trackers.
Here [...]

Click to continue →

Tags: Cpanel and WHM · Linux Security

The remote server didn’t report a correct md5sum of the archive

January 27th, 2010 by EZ linux · No Comments

Cpanel transfer error, server to serve single account.
Here is the error when I try to do a single account cpanel server to server transfer:

Testing dwhs.net for xfer streaming support….Not Supported!
Packaging the account: (/scripts/pkgacct username “” –split compressed –mysql 5.0)…
pkgacct started.
pkgacct version 8.3 – user : username – archive version: 3 – running with uid 0
We [...]

Click to continue →

Tags: Cpanel and WHM

Cpanel WHM pages showing blank?

January 13th, 2010 by EZ linux · No Comments

Simply run /scripts/upcp –force
It’s a common bug that happens when a cPanel WHM update has an error.

Click to continue →

Tags: Cpanel and WHM

Restart cpanel and web hosting manager WHM

December 29th, 2009 by EZ linux · No Comments

Both of these restart cpanel and Web Host Manager WHM services the exact same way
service cpanel restart

/etc/init.d/cpanel restart

Click to continue →

Tags: Cpanel and WHM

Need space on a cpanel server?

November 10th, 2009 by EZ linux · No Comments

Here is some common places you can find some junk to remove:
find /backup/cpbackup/daily -name core.* -exec rm {} \;
find /backup/cpbackup/daily -name *.*.mbox:2, -exec rm {} \;
find /backup/cpbackup/daily -name *.msg” -exec rm {} \;
find /backup/cpbackup/daily -name *.msg” -exec rm {} \;
find /backup/cpbackup/daily/ -name *.*.dwhs1234.dwhs.net:2, -exec rm {} \;
find /backup/cpbackup/daily/ -name *.*.dwhs1234.dwhs.net:2,* -exec rm {} \;
Basically .core [...]

Click to continue →

Tags: Cpanel and WHM · Linux Tricks

PHP handler SuPHP

November 9th, 2009 by EZ linux · 1 Comment

Setting your PHP handler to SuPHP, which will cause PHP scripts to run as the user instead of “nobody”.
Note that it has stricter permissions requirements than the other handlers–files must be 644, directories 755

Click to continue →

Tags: Cpanel and WHM · Linux Security · Linux Software / Scripts · Linux Tricks

How to find a spammer using nobody on a cpanel server

November 5th, 2009 by EZ linux · No Comments

There is two ways I know to accomplish this, the first seems to be better but I am still testing it out.
The first way is another great script from Script Mantra called Sendmail Logger. Once installed and php has Mail Headers compiled with it then you can see easily whats being sent through nobody or [...]

Click to continue →

Tags: Cpanel and WHM · Linux Tricks

Install fantastico

October 30th, 2009 by EZ linux · No Comments

cd /usr/local/cpanel/whostmgr/docroot/cgi
wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz

Click to continue →

Tags: Cpanel and WHM · Linux Software / Scripts

Cpanel DNS only install

September 23rd, 2009 by EZ linux · No Comments

mkdir /home/cpins
cd /home/cpins
wget http://httpupdate.cpanel.net/latest-dnsonly
sh latest-dnsonly

Click to continue →

Tags: Cpanel and WHM

Cpanel internal server error

September 16th, 2009 by EZ linux · No Comments

When you get a internal server error with cpanel/whm it usually means your perl is not up to date on your server.
So first I would update that then try some of these other tricks:
Make sure you’re running Perl 5.8.8 by typing this: check perl -v (make sure it says 5.8.8)
If you see 5.8.7 or something [...]

Click to continue →

Tags: Cpanel and WHM