Score:0

Does docker need Apache to run application

ru flag

I am installing wordpress via docker on centos7 and would likely install other softwares also via docker.do i need Apache to run the Application or docker can run without Apache

Score:0
in flag

I assume by Apache you mean Apaches httpd project.

No, Docker does not need it.

If you run multiple containers and publish them on different ports it is useful to run a reverse proxy in front of it if you don't want to access every application by it's port, but use the default ports for http and https instead. Apache httpd is one product you can use for that, among others.

nobledukex avatar
ru flag
Yes i meant Apache httpd
nobledukex avatar
ru flag
I have installed wordpress via docker and it returns an error showng showing bind address in use.I observed nginx and apache are using my port 80 and 443.pls advice me on what to do
in flag
Use another port and configure nginx or Apache as reverse proxy for it.
nobledukex avatar
ru flag
thanks Gerald Schneider
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.