Closed gerroon closed 5 years ago
There is a wiki page for Apache configuration. No idea if there are any specifics about Apache in Docker, but it should get you started:
https://github.com/silverwind/droppy/wiki/Apache-reverse-proxy
Well this is for Docker, should not everything contained? I looked into that document, but not sure if it is applicable for Docker?
I personally prefer to run the web server outside of Docker for ease of configuration, but it is certainly an option to have it containerized too. There is a official Apache image: https://hub.docker.com/_/httpd. You will certainly have to integrate a virtual host into its configuration.
@gerroon No offense, but nobody should be using Apache anymore. It's the only webserver that's vulnerable to the devastating Slowloris DoS attack, for one. If you're working with containers, I'd recommend using either Traefik or Caddy as your reverse proxy.
Closing, nothing to do here.
Hi
Can you please tell me how I can use the Docker install with Apache?
The docker install works great and I put this in my Apache site but all I get is an empty page
thanks