NGINX allows you to deny IP address, restrict IP address for allowing/blocking access. Here’s how to block IP address in NGINX.
How to Set Apache Header Conditionally
Did you know you can set apache header conditionally? Here’s how to set request and response headers based on specific conditions.
How to Enable mod_headers in Apache Ubuntu
mod_headers allows you to set response headers in Apache web server. Here’s how to enable mod_headers in Apache Ubuntu. You can use it to install mod_headers in Debian/Ubuntu.
How to Upgrade Apache Version in CentOS, Redhat Linux
It is important to update Apache for latest features & security updates. Here’s how to upgrade Apache version in CentOS, Redhat linux.
How To Upgrade Apache Version in Ubuntu
It is important to upgrade Apache version for security updates and new features. Here’s how to upgrade Apache version in Ubuntu, Debian Linux.
How to Find Apache Version in Linux
If you know Apache version in Linux you can install appropriate software. Here’s how to find Apache version number in Linux, Ubuntu, CentOS, Redhat.
How To Whitelist IP in Nginx
NGINX allows you to whitelist IP addresses and allow access to specific IP ranges. Here’s how to whitelist IP in NGINX for domain, subdomain, URL, location.
How to Enable Keep Alive in Apache
Keep Alive Header improves website performance and speed. Here’s how to enable keep alive in Apache.
How To Change Port Number in Apache in Ubuntu
If you need to run Apache on different port, you need to change port number in Apache. Here’s how to change Apache port number from 80 to 8080.
How to Redirect Location to Another Domain in NGINX
You need to redirect old URLs when you change website domain. Here’s how to redirect location to another domain in NGINX.