-
An introduction to basic load balancing concepts and terminology, using HAProxy, with some examples.
•
By
Mitchell Anicas
Server Optimization
Scaling
Conceptual
HAProxy
-
HAProxy, which stands for High Availability Proxy, is a popular open source software TCP/HTTP Load Balancer and proxying solution.
In this tutorial, we will go over how to use HAProxy for SSL termination, for traffic ...
•
By
Mitchell Anicas
Load Balancing
Security
Scaling
Apache
Nginx
Ubuntu
HAProxy
-
A tutorial on how to use HAProxy as a Layer 4 Load Balancer for WordPress Application Servers. It assumes that your setup includes a WordPress application server that connects to a separate MySQL database server.
•
By
Mitchell Anicas
Load Balancing
Ubuntu
HAProxy
-
By default on many CentOS 8 installations, HAProxy is not configured to write its log output to a file. This quickstart tutorial will explain how to configure HAProxy logging with Rsyslog and SELinux rules by using a ...
•
By
Jamon Camisso
Logging
HAProxy
CentOS
-
In this tutorial, we will teach you how to use HAProxy as a layer 7 load balancer to serve multiple applications from a single domain name or IP address. Load balancing can improve the performance, availability, and r...
•
By
Mitchell Anicas
Load Balancing
MySQL
Scaling
Nginx
WordPress
HAProxy
-
You may encounter an HAProxy Setting tune.ssl.default-dh-param to 1024 by default warning message if your HAProxy server is configured with an SSL/TLS certificate and key, but there isn’t a value set for the tune.ssl....
•
By
Jamon Camisso
HAProxy
-
Tutorial series
This tutorial series explains how to troubleshoot and fix some of the most common errors that you may encounter when using the HAProxy (https://www.digitalocean.com/community/tags/haproxy) TCP and HTTP proxy server.
E...
•
By
Jamon Camisso
HAProxy
Logging
CentOS
-
An HAProxy cannot bind socket error message is generated when there is another process listening on the same interface and TCP port combination that HAProxy is configured to use, or when HAProxy attempts to use an IP ...
•
By
Jamon Camisso
HAProxy
-
There are three main commands, and a common log location that you can use to get started troubleshooting HAProxy errors. Generally when you are troubleshooting HAProxy, you will use these commands in the order indicat...
•
By
Jamon Camisso
HAProxy
-
Tutorial series
Adding a load balancer to your server environment is a great way to increase reliability and performance. The first tutorial in this series will introduce you to load balancing concepts and terminology, followed by tw...
•
By
Mitchell Anicas
Server Optimization
Scaling
Conceptual
HAProxy
Load Balancing
Ubuntu
MySQL
Nginx
WordPress
Security
Apache
-
Question
Dear Sir or Madam,
I am a website owner who struggles with malicious traffic, and unfortunately, Digital Ocean proxy servers are the largest source of malicious traffic on my website (bad robot, bad actors, etc...)
Co...
Accepted Answer:
Hey @lovowo7106,
In our public community, we aim to answer open questions about anything SysAdmin, DigitalOcean and beyond. However, we make every attempt to keep personal information safe and so don't ever access per...
1
•
•
By
lovowo7106
DigitalOcean
HAProxy
-
Question
I am trying to configure host name like www.abc.com on my already setup of nginx server with server_name like www.test.com. Both test.com and abc.com have different ssl certificates.
I have configured server for www.a...
1
•
•
By
akshaybande81
Nginx
HAProxy