Introduction:This guide explains how to reduce disk usage caused by mysql-bin log files in /var/lib/mysql. Binary logs store database changes and can grow quickly on active servers, filling disk space.By configuring log expiration, old logs will be automatically removed. Prerequisites: Step 1:Log in to the server or access the terminal via WHM. $ ssh root@your-server-ip ..
Author : ragupathi N
Introductionmod_evasive is an Apache security module used in cPanel servers to protect websites from HTTP DoS, DDoS, and brute-force attacks.If mod_evasive is not tuned properly, it may block legitimate user traffic.This guide explains how to tune mod_evasive on a cPanel server to balance security and usability.By default, mod_evasive logs are stored in:/var/log/apache2/mod_evasive/PrerequisitesBefore proceeding, ensure you ..
Introduction When using FTP or FTPS on a cPanel server, Pure-FTPd manages all FTP connections.However, improper passive mode configuration or firewall restrictions often cause connection failures such as: This guide explains how to properly configure Pure-FTPd passive mode on AlmaLinux 8 with cPanel, ensuring stable and secure FTP connectivity. Prerequisites 1. Root SSH access to ..
Introduction:Your website may look great and function smoothly, but without proper security, it’s vulnerable to attacks, data breaches, and malicious bots. The .htaccess file is a powerful configuration file used by Apache servers to control security, access, and redirects — all from within your hosting environment.In this guide, you’ll learn how to access, edit, and ..
Introduction:Cron jobs allow you to automate commands or scripts at specific times or intervals. This is useful for tasks like cleaning up temporary files, running backups, or executing scripts without manual intervention. In this guide, you’ll learn how to create, edit, and remove cron jobs in cPanel. Prerequisites:1. cPanel access for the domain Step 1:Access ..
Introduction:In the context of DNS (Domain Name System), an A record stands for “Address Record.” It is a type of DNS record used to map a domain name (like example.com) to the IP address of the server hosting that domain’s services, such as a website or an email server. When you type a domain name into ..
Introduction: The All-in-One WP Migration plugin is a popular WordPress plugin that allows you to easily back up, migrate, and restore your WordPress website. It simplifies the process of transferring your site to a new host or domain by exporting your database, media files, plugins, and themes into a single file. This guide will walk ..
Introduction:DMARC (Domain-based Message Authentication, Reporting, and Conformance) is an email authentication system that enables domain owners to protect their domains from unauthorised use, often known as email spoofing. By adopting DMARC, domain owners can designate which techniques (SPF and DKIM) are used when sending email from their domain, how to handle emails that fail these ..
Introduction:Compressing files using the File Manager in cPanel allows you to bundle multiple files or folders into a single compressed file (archive). This is useful for saving storage space, organizing files, or preparing them for easy download or transfer. Common compression formats include ZIP, TAR, and GZIP. Prerequisites:1. cPanel access for the domain Step 1:Access ..
Introduction Nameservers are responsible for directing domain name requests to the correct hosting server by translating domain names into IP addresses. When setting up a new server or migrating websites, you may need to update the default nameservers configured in Web Host Manager (WHM). Changing the default nameservers ensures that newly created accounts use the ..
Recent Comments