-

413 Request Entity Too Large
The error “413 Request Entity Too Large” is a very common error that occurs with Apache or Nginx web servers. It appears when someone requests more information than is limited by Apache or Nginx and…
-

How to Hide Nginx Version?
Sometimes due to lack of time it is difficult to update the software and you end up with running old vulnerable version. In this cases, it comes to handy to know how to hide nginx…
-

Apache vs. Nginx: Selection of a Perfect Web Server
About Apache and Nginx Both Apache and Nginx is web-server software, that enables us to host website on a public internet. Introduction of Apache Apache is said to be the leading HTTP server software available…
-

Nginx Performance Tuning
In this tutorial, we’ll see Nginx Performance Tuning tips for all major Linux distributions like Debian, CentOS, Ubuntu, and many more. Nginx is the best alternative to overbearing Apache in terms of serving more numbers…
-

NGINX: Introduction, C10K, and More
NGINX (Pronounced as Engine-X) is an open-source, lightweight, high-performance web server, and proxy server. Nginx is used as a reverse proxy server for HTTP, HTTPS, SMTP, IMAP, and POP3 protocols, on the other hand, it…