Thanks for the reply. I can see that the port is bound and I enabled the ports in UFW. I have a hybrid setup where the other two websites are run directly on the host without Docker and now I'm introducing a Docker container for the new deployment. All sites are running on the same ports with different domains, but the Docker one is the one with an issue. How can I have the reverse proxy acknowledge both the site on the Docker container and the sites run natively? Should I set different ports in the Apache site configs then use those ports in the reverse proxy?
- Posts
- 2
- Comments
- 5
- Joined
- 2 yr. ago
- Posts
- 2
- Comments
- 5
- Joined
- 2 yr. ago
Thank you so much!
SSLProxyEnginewas the key. This tutorial covered my usecase and it was just what I needed. Much appreciated!