0% found this document useful (0 votes)
34 views

Linux Networking and Troubleshooting: Load Balancing With NGINX

This document discusses using NGINX as a load balancer for Apache web servers running on Linux nodes. It shows NGINX acting as a load balancer sitting in front of two Apache servers, distributing client requests between the two servers. Each Apache server is protected by a host firewall, and the nodes themselves are separated by a VPC firewall for added security.

Uploaded by

eusphorus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Linux Networking and Troubleshooting: Load Balancing With NGINX

This document discusses using NGINX as a load balancer for Apache web servers running on Linux nodes. It shows NGINX acting as a load balancer sitting in front of two Apache servers, distributing client requests between the two servers. Each Apache server is protected by a host firewall, and the nodes themselves are separated by a VPC firewall for added security.

Uploaded by

eusphorus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Linux Networking and

Troubleshooting
Load Balancing with NGINX

Linux Networking and Troubleshooting


NGINX :: ARCHITECTURE

APACHE

eth0
10.0.1.20
CLIENT Node1
LOAD BALANCER
eth0
80
eth0
HOST FIREWALL
10.0.1.11 8080
10.0.1.10
Client1
Server1 APACHE
HOST FIREWALL
eth0
HOST FIREWALL
10.01.30

Node2

HOST FIREWALL
VPC FIREWALL

Linux Networking and Troubleshooting


APACHE

eth0
10.0.1.20
CLIENT Node1
LOAD BALANCER
eth0
80
eth0
HOST FIREWALL
10.0.1.11 8080
10.0.1.10
Client1
Server1 APACHE

eth0
HOST FIREWALL
10.0.1.30

Node2

HOST FIREWALL

Linux Networking and Troubleshooting

You might also like