In these tutorials, you will set up Apache as a reverse proxy using the `mod_proxy` extension to redirect incoming connections to underlying application server(s) running on the same network. There are instructions on setting up a simple web app using the Flask framework to show how Apache interacts with the real application hidden behind it, but you can also follow this tutorial using your existing application server, if you have one.
How To Use Apache as a Reverse-Proxy with mod_proxy on Ubuntu 20.04
How To Use Apache as a Reverse Proxy with mod_proxy on Ubuntu 16.04
How To Use Apache HTTP Server As Reverse-Proxy Using mod_proxy Extension