Dr. Ehoneah ObedforDr. Ehoneah Obedehoneahobed.hashnode.net·Dec 20, 2022Step-by-Step Guide to Installing and Configuring HAProxy on UbuntuMy 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 to understand its importance. Just today, as part ...Discuss·6 likes·1.3K readsDevops & CloudHaproxy
Olumide MichealforCode With Midecodewithmide.hashnode.net·Jan 13, 2023Securing Your Server with Certbot: A Step-by-Step Guide to Easy SSL InstallationIn 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 only encrypt the data transmitted to and from your we...Discuss·1 like·48 readsserver
Nikhil Chauhanfornikhil2611.hashnode.net·Jan 18, 2023Use HAProxy to Set Up HTTP Load Balancing on an Ubuntu VPS (WordPress)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 any TCP service. It is particularly suited for HTTP ...Discuss·1 like·52 readsHaproxy
Abhishek Singhforsinghabhishek.hashnode.net·Mar 29, 2023Load Balancing with HAProxy: A Beginner's GuideWhat is HAProxy HAProxy is a high-performance open-source load balancer and proxy server that enables the scaling of web applications by distributing traffic across multiple servers. It is designed to handle high traffic volumes and improve the avail...DiscussHaproxy
Vu DaoforVu Daovumdao.hashnode.net·Feb 23, 2023HAProxy Basic Login AuthenticationIn haproxy config, there is no limit to the number of http-request statements per instance so we can add the rules to request basic login to the site but whitelist specials IPs 🚀 Setup HAProxy config which contains basic login to access the dashboa...DiscussHaproxy
Vu DaoforVu Daovumdao.hashnode.net·Feb 23, 2023Use GoAccess To Analyze HAProxy LogsGoaccess provides Real-time log analysis through a Dashboard in multiple output formats, we can use it to analyze haproxy logs to detect any abnormal traffic What’s In This Document Understand HAProxy Log Generate HAProxy Report Using Goaccess Con...DiscussHaproxy
Abhishek VermaforAbhishek Verma109 Blog'sabhishekverma109.hashnode.net·Jan 29, 2023Automating HAProxy Configuration with Ansible.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 availability and scalability of systems. Configuring HAPro...Discuss·89 readsWeMakeDevs
Nikhil Chauhanfornikhil2611.hashnode.net·Jan 18, 2023Use HAProxy to Set Up HTTP Load Balancing on an Ubuntu VPS (WordPress)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 any TCP service. It is particularly suited for HTTP ...Discuss·1 like·52 readsHaproxy
Olumide MichealforCode With Midecodewithmide.hashnode.net·Jan 13, 2023Securing Your Server with Certbot: A Step-by-Step Guide to Easy SSL InstallationIn 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 only encrypt the data transmitted to and from your we...Discuss·1 like·48 readsserver
Dr. Ehoneah ObedforDr. Ehoneah Obedehoneahobed.hashnode.net·Dec 20, 2022Step-by-Step Guide to Installing and Configuring HAProxy on UbuntuMy 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 to understand its importance. Just today, as part ...Discuss·6 likes·1.3K readsDevops & CloudHaproxy
Kwabena SapongforKwabena Sapong's blogkwabenasapong.hashnode.net·Dec 19, 2022Using HAProxy on a Linux ServerHAProxy 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 to distribute incoming traffic across a group of s...Discuss·53 readsHaproxy
Quentin BadoudforCISEL Technical's Blogcisel.hashnode.net·Sep 30, 2022Custom logging on haproxyIn 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 analysis of traffic. You may want to forward these logs...Discuss·421 readsHaproxy
James Gallagherforjamesonhacking.hashnode.net·Jul 13, 2022Reproducing an Interesting TE-TE HTTP Smuggling VulnerabilityIn 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 I decided to see if I could reproduce it on my ow...Discuss·185 readsNode.js