Archives : July-2022

Introduction ProxyErrorOverride is an Apache directive that allows custom error pages to be displayed instead of the default error messages returned by a backend server or proxy service. In a WHM/cPanel environment, enabling ProxyErrorOverride can improve the user experience by ensuring that visitors see branded and customized error pages when backend services encounter issues. This ..

Read more

Introduction A wildcard subdomain allows you to direct all non-existent subdomains of your domain to a specific directory on your hosting account. This is useful for applications that dynamically generate subdomains, multi-tenant websites, custom URL routing, and development environments. This guide explains how to create and configure a wildcard subdomain using cPanel. Prerequisites Before proceeding, ..

Read more

Introduction Regular backups are essential for protecting websites, databases, and server configurations from data loss. However, improperly configured backup retention policies or insufficient disk space monitoring can cause backup files to consume all available storage on a server. WHM provides built-in options to monitor available disk space before running backups and to control the number ..

Read more

Introduction Munin is an open-source system monitoring tool that helps administrators monitor server resources such as CPU usage, memory consumption, disk activity, network traffic, and other performance metrics. It provides graphical reports that make it easier to analyze resource usage trends and identify potential performance issues. Munin can be installed directly through WHM using the ..

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. Prerequisites Before proceeding, ensure the ..

Read more

Introduction cPanel DNSOnly is a lightweight version of cPanel designed specifically for DNS clustering and DNS management. Unlike a full cPanel & WHM installation, DNSOnly does not provide web hosting, email, database, or account management features. Instead, it allows administrators to create dedicated DNS servers that synchronize DNS zones with one or more cPanel servers. ..

Read more

Introduction Log rotation is an essential maintenance task on hosting servers that helps manage log file sizes and prevents logs from consuming excessive disk space. On cPanel servers, log rotation is handled by different services depending on the type of log being managed. This guide explains how log rotation works on cPanel servers and where ..

Read more

Introduction Managing databases is an essential part of server administration. If you no longer need a database, removing it can help keep your server organized and reduce unnecessary resource usage. WHM (Web Host Manager) provides an easy way to delete MySQL databases through phpMyAdmin. In this guide, you’ll learn how to safely delete a database ..

Read more

Introduction Sometimes it becomes necessary to stop processes running under a specific user account, either for troubleshooting purposes or due to excessive resource usage. This guide explains how to identify, filter, and stop multiple processes belonging to a user from the command line. Prerequisites Implementation Step 1: Find the Processes First, identify the processes you ..

Read more