Articles in this category
Using Apache’s mod_remoteip to log visitor true IP addresses
Log true visitor IPs on cPanel with `mod_remoteip`. Install via EasyApache 4, then configure `X-Forwarded-For` & trusted proxies for accurate logs.
Using HTTP/2 in Apache on cPanel
Learn how to enable HTTP/2 on your cPanel server for faster website performance. This guide covers benefits, considerations, and step-by-step instructions.
Using journald and journalctl for log management on CentOS 7
Use `journalctl` for `journald` logs on CentOS 7. Guide covers viewing, filtering, persistent storage, disk cleanup & rsyslog fixes.
Using Memcached
Memcached is an open source, distributed memory object caching system.
Using mod_qos and mod_reqtimeout to mitigate Slowloris attacks
Protect your Apache server from Slowloris attacks. Learn how to install and configure mod_qos, set up connection limits, and integrate with CSF.
Using rsync to Sync Local and Remote Systems
Discover how to sync local and remote systems using the Linux rsync utility. Learn basic commands, remote SSH transfers, and using alternate ports.
Using the Netstat command
Learn to use the netstat command to view network connections, troubleshoot services, and check listening ports on your server.
What is a PHP handler?
For Liquid Web's managed Linux server users, PHP is integral to their LAMP stack for dynamic web pages. Different PHP handlers are explored in…
What Is an .htaccess File?
Apache servers use .htaccess files to configure websites without altering server settings. Apply distinct settings per directory via multiple .htaccess files, created manually or…
What Is an inode?
In Linux, an inode describes a filesystem object like a file or directory, storing attributes and data location. It's akin to a library card,…
What is EasyApache 4?
EasyApache 4 enhances cPanel and WHM's Apache and PHP management with RPM packaging, faster updates, multi-PHP support, and improved path organization.
What Is Jailed Shell and How Can You Use It?
Jailed Shell restricts users to their directories for secure CLI access. Enable via cPanel, Plesk, InterWorx, or Linux command line.