Nick Ramirez Nick Ramirez | Aug 3, 2022 | BASICS, LOAD BALANCING / ROUTING
Developing a strategy for collecting application-level logs necessitates stepping back and looking at the big picture. Engineers developing the applications may only see logging at its ground level: the code that writes the event to the log—for example a function that...
Nick Ramirez Nick Ramirez | Jul 25, 2022 | LOAD BALANCING / ROUTING, RANDOM TIPS, TECH
With HAProxy situated in front of their servers, many people leverage it as a frontline component for enabling extra security and observability for their networks. HAProxy provides a way to monitor the number of TCP connections, the rate of HTTP requests, the number...
Nick Ramirez Nick Ramirez | May 31, 2022 | LOAD BALANCING / ROUTING, NEWS
HAProxy 2.6 is now available! As always, the community behind HAProxy made it possible to bring the enhancements in this release. Whether developing new functionality, fixing issues, writing documentation, QA testing, hosting CI environments, or submitting bug...
Senad Caus Senad Caus | May 29, 2022 | LOAD BALANCING / ROUTING, WEBINARS
Version 2.6 of the world’s fastest and most widely used software load balancer has been released! Packed into it are important changes that improve performance, security, and extensibility. Watch this webinar to learn about the newest features and updates. The...
HAProxy Technologies HAProxy Technologies | May 23, 2022 | LOAD BALANCING / ROUTING, TECH
In this blog post, you’ll learn how the Proxy Protocol preserves a client’s IP address when that client’s connection passes through a proxy. You will also find resources for how to integrate the protocol into your own proxy or web server software....
Nick Ramirez Nick Ramirez | May 17, 2022 | BASICS, LOAD BALANCING / ROUTING
HyperText Transfer Protocol (HTTP), the protocol that defines the language browsers use to communicate with web servers, is stateless, meaning that after you make a web request and a server sends back a response, no memory of that interaction remains. To make anything...