Comments on: How to Setup Apache Web Server in a Docker Container https://www.tecmint.com/install-apache-web-server-in-a-docker-container/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 07 Mar 2024 09:55:07 +0000 hourly 1 By: sure https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-2144448 Thu, 07 Mar 2024 09:55:07 +0000 https://www.tecmint.com/?p=29857#comment-2144448 Why would you use docker? just Podman, obviously

]]>
By: Hans https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1912155 Wed, 09 Nov 2022 12:27:05 +0000 https://www.tecmint.com/?p=29857#comment-1912155 Works perfectly, but when I stop and add the following code to docker-compose.yml file.

image: httpd:2.4
container_name: www
ports:
– 8383:80
volumes:
– /home/pi/website:/var/ww/html/
stdin_open: true
tty: true

and start it with:

# docker-compose up -d

The container is running, but the website is not responding :(

What goes wrong?

]]>
By: Amit https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1423704 Thu, 28 Jan 2021 02:16:55 +0000 https://www.tecmint.com/?p=29857#comment-1423704 I entered myipdaddress/docker.html. I am getting access denied, check proxy server, and all that. Not that straight forward for me.

]]>
By: seema https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1392106 Thu, 19 Nov 2020 13:19:14 +0000 https://www.tecmint.com/?p=29857#comment-1392106 Very well explained. I have configured Apache in the container successfully.

Thank you for sharing the Details.

]]>
By: R. H. Hartman https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1388499 Thu, 12 Nov 2020 14:26:06 +0000 https://www.tecmint.com/?p=29857#comment-1388499 In reply to Marisa Dean.

Hi Marisa,

You are probably running selinux and ran into this issue:

https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1005720

]]>