Cpanel has a lot of supporting software that you may be using on your server. In case something goes amiss, here is a list of scripts that reinstall cpanel-provided software on your system. For most all of these, you can pass a –force as an argument to force a reinstall of the application. Update: Most…
Read more
Cpanel 11.25 introduces a new feature to allow you to set a reseller’s shared IP to be different from that of the server’s shared IP. This feature can be activated in WHM > Reseller Center > Manage reseller’s shared/main IP. While this will allow you to have multiple accounts on the same IP, those accounts…
Read more
One of the more important features to customers is the ability to view and analyze their web traffic. CPanel offers three statistics programs for end users to view their stats, all of which are free and open source: Analog AwStats Webalizer Configuring Stats In WHM, go to Statistics Software Configuration and select which statistics programs…
Read more
If you run a more populated shared hosting server, sooner or later you’ll have received complaints about the dreaded park wrapper errors in cPanel that occur when a user tries to add a parked or addon domain to their cPanel…
Read more
Note: It is preferred to use mod_wsgi instead of mod_python. If you want to use mod_python in Apache on a cPanel server, you’ll basically need to compile the module manually and load it into the Apache configuration: yum -y install subversion (IF it’s not already installed) svn co https://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk mod_python cd mod_python ./configure –with-apxs=/usr/local/apache/bin/apxs make…
Read more
Update: As of cPanel 11.40, you can install shared SSLs on the main/shared IP just as you do any other certificate. It was kind of annoying in the midst of cPanel 11’s release when cPanel discontinued the ability to install an SSL certificate on a shared IP. Sure, you can do it as ‘nobody’, but…
Read more
Update 2/15/14: These instructions have been updated for cPanel 11.36+. You can easily change the major version of MySQL running on your server, keeping in mind that the actual version will be dependent on what cPanel has released in their repository and what cPanel version you’re running. For example, if you’re running cPanel 11.40, you…
Read more