Routing: Apache httpd
In this lesson, we'll discuss routing with Apache httpd.
We'll cover the following...
Introduction
The Apache httpd server is one of the most widely used web servers. There are modules that adapt the server to different usage scenarios. In the example, modules are configured that turn Apache httpd into a reverse proxy.
Reverse proxy
While a conventional proxy can be used to process traffic from a ...