Running multiple web applications on a Docker host with Apache
Joseph D. Marhee
237

Hi!

Thanks for the article. It is really interesting. I tried to make the same on my server however I get a 503 HTTP when trying to access my domain name.

It works if I change the ProxyPass line with http://myDomain:8080/ instead of http://localhost:8080/. I can contact the client1 docker as well if contacting the domain name directly with the port 8080. Do you have noticed such a problem?