© 2023 Hashnode
#haproxy
What is HAProxy? HAProxy is a popular open-source load balancer and reverse proxy software. It is widely used to distribute incoming network traffic across multiple servers and to improve the availabi…
First, we deploy WordPress on two or more virtual machines. Then, we will use HAProxy as a load balancer. HAProxy(High Availability Proxy):- It is an open-source load balancer that can load balance an…
In today's digital world, security is more important than ever. One crucial aspect of ensuring your online presence's safety is using Secure Socket Layer (SSL) certificates. These certificates not onl…
My first encounter with a load balancer was when I was studying for my AWS practitioner certification exams. At the time, I was really finding it difficult to grasp the concept. But with time, I came …
HAProxy and Load Balancing, what are those? HAProxy is a free and open-source software that provides a high-availability load balancer and proxy server for TCP and HTTP-based applications. It is used …
In this article I will show you how to improve logging on haproxy. If you read this article, you probably know that haproxy default log are most of the time insufficient for troubleshoot or deep analy…
In my quest to expand my knowledge of HTTP smuggling attacks, I recently stumbled on a hackerone report from @niubl who disclosed a security flaw in Node.js. This report resulted in CVE-2020-8287, and…
A load balancer is a critical component of any scalable and reliable API. It allows you to distribute incoming requests across multiple servers, which can help improve the scalability and reliability …