Introduction EasyApache 4 is used in cPanel/WHM servers to manage Apache, PHP versions, PHP extensions, and related web server packages. Before making any EasyApache 4 changes, upgrades, PHP version modifications, or package updates, it is recommended to take a backup of the current EasyApache 4 profile. This backup helps us keep a record of the ..
Author : srisanthosh s
Introduction cPanel, WHM, and Webmail maintain user login sessions by storing session files on the server under the /var/cpanel/sessions directory. Over time, these sessions may need to be cleared for troubleshooting, security, or to force re-authentication for all users. Prerequisites Before clearing cPanel sessions, ensure the following: Steps to Clear cPanel Login Sessions Session data ..
Introduction The Email Suspend Login function in cPanel allows administrators to immediately prevent a user from logging into their email account. This is useful for situations where an account may be compromised, inactive, or requires temporary access restriction. Key points: Prerequisites Before using the suspend_login function, ensure the following: Steps / Usage 1. Prepare the ..
1️⃣ Introduction The command: is used to retrieve detailed hosting resource usage information for a specific cPanel user account. It queries the ResourceUsage module in cPanel using UAPI and returns structured data about how much of the allocated hosting resources the user is currently consuming. This command is commonly used by system administrators for monitoring, ..
Introduction PHP-FPM (FastCGI Process Manager) is an alternative PHP handler designed to improve website performance, reliability, and resource management. Enabling PHP-FPM allows PHP to handle high traffic more efficiently by managing worker processes intelligently. Prerequisites Before proceeding, ensure the following: Procedure Conclusion Enabling PHP-FPM through WHM is a simple and effective way to enhance PHP ..
Introduction Monitoring disk usage is an essential task for system administrators to ensure that servers run efficiently and do not encounter downtime due to insufficient storage. cPanel & WHM provides built-in options to automatically send alerts when disk space usage reaches warning or critical levels. Enabling these alerts helps you take proactive action before your ..
Introduction In WHM/cPanel, each hosting account is assigned a package that defines its resource limits (such as disk space, bandwidth, number of domains, etc.).There are cases where you may need to change the package of an existing account (e.g., upgrading from a starter plan to a higher plan). This document outlines the procedure to switch ..
This document provides details on using the uapi command-line tool to list all domains associated with a specific cPanel user account. The example focuses on retrieving domain information for the user < cpanel username > using the DomainInfo::list_domains function of the Universal API (UAPI). Command Used This command queries and lists all domain-related data for ..
Prerequisites Before you proceed, ensure the following are in place: Introduction In PHP-based projects, especially Laravel or other Composer-driven frameworks, it’s essential to match the correct PHP version when installing dependencies. The composer.lock file often locks packages to a specific PHP version (platform.php) to prevent inconsistencies across environments. This guide outlines the correct procedure to ..
Introduction:In today’s globalized digital landscape, email systems must be capable of handling internationalized content—including addresses with non-ASCII characters. This is where SMTPUTF8 comes into play. SMTPUTF8 is an SMTP extension defined in RFC 6531 that allows email addresses and headers to contain UTF-8 encoded characters. This enables the use of accented letters, non-Latin scripts, and ..
Recent Comments