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.
How To Remove Server Name From Apache Response Header
It is important to remove Apache server header to hide server type & version and secure your website from attackers. Here’s how to remove server name from response header in Apache.
How To Make Your Website Load Faster
It is important to reduce loading time of website for good customer experience. Here’s how to make your website load faster and improve website performance.
How To Enable GZIP Compression in Apache
GZIP compression improves website speed & performance. Here’s how to enable GZIP compression in Apache / Wordpress.
How To Change Nginx Port Number in Ubuntu
Sometimes, you may need to run NGINX on a different port number. Here’s how to change NGINX port number in Ubuntu.
How To Install mod_evasive to Protect Against DoS and DDoS
How To Rewrite URL With Parameters in NGINX
Sometimes you may need to rewrite URL with parameters in NGINX. Here’s how to rewrite query string or part of URL in NGINX.