Apache2 – ReverseProxy Configuration
In my scenario, I have a lot of different web servers that are usually bundled with another application like netdata or within a docker container. And I don’t want to expose all different ports like 19999 for netdata etc. Therefore I usually proxy them and assign different host names to each of them. So let’s …