Simple Load Balancer

Ubuntu 20.04 Server
I am looking for a solution for a very basic load balancer between two web servers. No synchronizing, no backup functions. Only thing I need is to distribute 50% of the traffic between server 1 and server 2. And in case if server 1 dies, server 2 still keeps on running. What is the easiest way to do it?

On a webserver level, you could use Nginx or LiteSpeed (or even apache) for load balancing.

Is Virtualmin also capable of simple load balancing functions? I mean just share the workload between 2 computers, without synchronizing and creating backups?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.