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 newsletter, or on the link …
Linux Howto’s for System Administrations
linuxhowto.net AI Version 0.8
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 newsletter, or on the link …
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 architecture (event-driven), and low resources …
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 be using to secure Nginx …
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 to your web resources, using …
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 this guide, we will look …
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 key reasons for limiting traffic …
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 and a short description. The …
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 as HubSpot CMS, Joomla, Drupal, …
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 secure web applications by controlling …
Jenkins is an open-source tool automation tool to set up the entire software delivery pipeline -continuous delivery. This enables developers to manage and control software delivery processes throughout the entire lifecycle …