Archives : July-2022

Introduction How to enable ProxyErrorOverride in WHM for Apache. Procedure Login to WHM and navigate to WHM » Service Configuration » Apache Configuration » Include Editor: 2. Scroll down to Post VirtualHost Include and insert the following: ProxyErrorOverride On 3. Press the Update button and then the Restart Apac..

Read more

Introduction Below is how you will be able to create a wildcard sub domains. Procedure 1. Log into your cPanel. 2. Navigate to Domains section > Subdomains menu: 3. Create a subdomain * pointing it to the necessary folder (you will need to specify the path in the field Document Root): 4. Go to the Zone Editor menu: 5. Make sure that there is ..

Read more

Introduction Here is how you can configure your server to never run out of disk space due to backup.  Procedure 1. Log into WHM as root 2. Access into Backup -> Backup Configuration 3. Scroll down to “Check the available disk space” 4. Set the percentage you’d like, the higher the value, the better.   Note:  ..

Read more

Introduction Munin is a resource monitoring tool that can help analyze resource trends. Munin can be quickly and easily installed on cPanel with the following steps. Procedure 1. Login to WHM as the root user 2. Navigate to: Home »cPanel »Manage Plugins 3. Scroll to the bottom of the page 4. Click “Install Munin for ..

Read more

Introduction There are some instances where cPanel users wish to create a password-less SSH key. By default, this is not allowed in the cPanel SSH Access interface unless the administrator configures their password strength requirements for SSH. From our documentation, passwords are optional if the administrator sets the SSH Keys setting to 0 in WHM’s Password Strength Configuration interface Procedure To adjust your Password ..

Read more

Prequistise sudo privileged account access to the CentOS system Implementation (I) Installation To install cPanel DNSOnly, perform the following steps: Step 1: Navigate to the /home directory on your server. Step 2: Fetch the latest installation files from cPanel command curl -o latest-dnsonly -L https://securedownloads.cpanel.net/latest-dnsonly Step 3: Execute the installation files sh latest-dnsonly (II) Access ..

Read more

Introduction Some cPanel Specific logs are rotated by a daemon called cpanellogd and are managed through WHM. Some cPanel related logs are rotated by the logrotated utility. The logrotated configuration of these logs is managed by cPanel and does not need to be modified manually. Any new or custom logs implemented on the server would require a custom logrotated configuration. The process of ..

Read more

Step1: Log in to the WHM interface as the root user. Step2: Navigate to the SQL Services section (WHM >> Home >> SQL Services) and click phpMyAdmin. The phpMyAdmin interface will appear. Step3: In the far-left column, select the database that you wish to delete. Step4: At the top of the interface, click Operations. A new interface will appear. Step5: Under the Remove database heading, ..

Read more

Introduction Sometimes it becomes necessary to stop processes run by a user, whether for troubleshooting or due to overwhelming resource usage. The following guide will assist in finding and stopping multiple processes. Procedure First, find the processes you’re interested in stopping. The ps utility can list running processes, and grep can be used to filter ..

Read more