EZ Linux Admin random header image

How to increase upload limit for PhpMyAdmin on a Cpanel server

April 22nd, 2012 by EZ linux · No Comments

By default, PhpMyAdmin in a Cpanel server imposes an upload limit of 50MB. So importing a SQL file larger than 50MB may time out. Cpanel PhpMyAdmin uses the php.ini file /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini. To increase upload limit, change values of upload_max_filesize and post_max_size in this php.ini file. Typically, you may set value of post_max_size to twice the [...]

Click to continue →

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

setroubleshootd and SELinux is not considered compatible with cPanel

May 30th, 2011 by EZ linux · 1 Comment

The “setroubleshootd” process is included as part of SELinux. SELinux is not considered compatible with cPanel, and we recommend disabling it per our installation documentation: Disable SELinux security features For a fully successful installation you should disable SELinux. When installing a Red Hat or CentOS distribution, you will be able to use the graphical interface [...]

Click to continue →

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

Where does cpanel store the whm remote access key?

January 15th, 2011 by EZ linux · No Comments

~/.accesshash for root /root/.accesshash

Click to continue →

Tags: Cpanel and WHM

Cpanel based admin mail manager ( mailmanager )

October 27th, 2010 by EZ linux · No Comments

1. wget http://www.configserver.com/free/cmm.tgz 2. Untar the distribution: tar -xzf cmm.tgz 3. cd into the directory created and run the install script: cd cmm/ sh install.sh 4. Login to WHM and scroll to the bottom of the left hand menu and you should see “ConfigServer Mail Manage” If you want to uninstall, simply: rm -fv /usr/local/cpanel/whostmgr/docroot/cgi/addon_cmm.cgi [...]

Click to continue →

Tags: Cpanel and WHM · Linux Software / Scripts

Path to PHP CLI in CPanel

February 9th, 2010 by EZ linux · No Comments

PHP CLI is installed by default by CPanel and placed in: /usr/local/bin or /usr/bin

Click to continue →

Tags: Cpanel and WHM · Linux Software / Scripts