How to Install Varnish and Perform Web Server Benchmark
Think for a moment about what happened when you browsed to the current page. You either clicked on a link that you received via a
Think for a moment about what happened when you browsed to the current page. You either clicked on a link that you received via a
Nginx is the fastest growing Webserver today on public internet-facing servers due to its free open-source modular model, high performance, stability, simple configurations files, asynchronous
In this article, we’ll guide you on how to generate and install an SSL/TLS certificate obtained for free from Let’s Encrypt Certificate Authority that we’ll
Previously, in our NGINX traffic management and security controls series, we have discussed how to limit the number of connections the same client can make
In our last article which is part of our NGINX traffic management series, we discussed how to limit the number of connections in NGINX. In
NGINX ships with various modules to allow users to control traffic to their websites, web applications, as well as other web resources. One of the
Every time NGINX encounters an error as it attempts to process a client’s request, it returns an error. Each error includes an HTTP response code
When it comes to Content Management Systems, WordPress reigns supreme. WordPress powers nearly 43% of all the websites hosted online followed by its competitors such
There are several ways of NGINX web server security hardening one of which is access control based on IP address. This guide explains how to
LEMP is a popular stack that comprises open-source software that is collectively used to host and serve web applications, whether in production or any stage
Varnish Cache (also referred to as Varnish) is an open-source, high-performance HTTP accelerator designed for speeding up web servers. In our last articles, we’ve explained
If you have deployed a LEMP (Linux, NGINX, MySQL/MariaDB, and PHP) stack, then you are probably using FastCGI proxying within NGINX (as an HTTP server),