Sometimes you may need to limit requests per IP in Apache web server. Here is how to implement rate limiting using mod_qos module.
How to Use Linux History Command
History is a useful Linux command to view past commands. Here are the different ways to use Linux history command.
How to Change XAMPP Apache Server Port
Sometimes you need to change XAMPP Apache server port. Here are the steps to change XAMPP Apache server port.
How to Fix Apache Not Executing PHP Files
Sometimes Apache Server displays PHP files without executing them. Here is how problem of Apache not executing PHP files.
How to Uninstall NGINX in Centos
Sometimes you may need to remove NGINX from your system. Here is how to uninstall NGINX in CentOS, RHEL & Fedora Linux.
How to Set UTF-8 Encoding in Tomcat Server
It is important to set character encoding in tomcat server to avoid encoding problems. Here is how to set utf-8 encoding in tomcat server.
How to Use NGINX try_files
Difference Between ServerName and ServerAlias
ServerName and ServerAlias are two key server directives in Apache. Here is the difference between ServerName and ServerAlias directives.
How to Install NFS Server & Client in CentOS
NFS Server allows you to share remote files & directories over a network. Here is how to install NFS server & client in CentOS.
How to Sort Dictionary By Value in Python
Sometimes you may need to sort dictionary by value in Python. Here are the different ways to sort dictionary in Python.