This document discusses using Docker and HAProxy to set up a load balanced web server infrastructure. It demonstrates configuring two Apache web servers behind a HAProxy load balancer on a single CentOS host. The Apache containers are placed on a Docker network and configured for round-robin load balancing through the HAProxy container's ports 80 and 8001/8002 redirecting to the Apache containers.