<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Setup Apache Web Server in a Docker Container	</title>
	<atom:link href="https://www.tecmint.com/install-apache-web-server-in-a-docker-container/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-apache-web-server-in-a-docker-container/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 07 Mar 2024 09:55:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: sure		</title>
		<link>https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-2144448</link>

		<dc:creator><![CDATA[sure]]></dc:creator>
		<pubDate>Thu, 07 Mar 2024 09:55:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29857#comment-2144448</guid>

					<description><![CDATA[Why would you use docker? just Podman, obviously]]></description>
			<content:encoded><![CDATA[<p>Why would you use docker? just Podman, obviously</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hans		</title>
		<link>https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1912155</link>

		<dc:creator><![CDATA[Hans]]></dc:creator>
		<pubDate>Wed, 09 Nov 2022 12:27:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29857#comment-1912155</guid>

					<description><![CDATA[Works perfectly, but when I stop and add the following code to &lt;strong&gt;docker-compose.yml&lt;/strong&gt; 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?]]></description>
			<content:encoded><![CDATA[<p>Works perfectly, but when I stop and add the following code to <strong>docker-compose.yml</strong> file.</p>
<p>    image: httpd:2.4<br />
    container_name: www<br />
    ports:<br />
      &#8211; 8383:80<br />
    volumes:<br />
      &#8211; /home/pi/website:/var/ww/html/<br />
    stdin_open: true<br />
    tty: true</p>
<p>and start it with:</p>
<p># docker-compose up -d</p>
<p>The container is running, but the website is not responding :( </p>
<p>What goes wrong?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amit		</title>
		<link>https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1423704</link>

		<dc:creator><![CDATA[Amit]]></dc:creator>
		<pubDate>Thu, 28 Jan 2021 02:16:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29857#comment-1423704</guid>

					<description><![CDATA[I entered  &lt;code&gt;myipdaddress/docker.html&lt;/code&gt;.  I am getting access denied, check proxy server, and all that.  Not that straight forward for me.]]></description>
			<content:encoded><![CDATA[<p>I entered  <code>myipdaddress/docker.html</code>.  I am getting access denied, check proxy server, and all that.  Not that straight forward for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: seema		</title>
		<link>https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1392106</link>

		<dc:creator><![CDATA[seema]]></dc:creator>
		<pubDate>Thu, 19 Nov 2020 13:19:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29857#comment-1392106</guid>

					<description><![CDATA[Very well explained. I have configured Apache in the container successfully.

Thank you for sharing the Details.]]></description>
			<content:encoded><![CDATA[<p>Very well explained. I have configured Apache in the container successfully.</p>
<p>Thank you for sharing the Details.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: R. H. Hartman		</title>
		<link>https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1388499</link>

		<dc:creator><![CDATA[R. H. Hartman]]></dc:creator>
		<pubDate>Thu, 12 Nov 2020 14:26:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29857#comment-1388499</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1388213&quot;&gt;Marisa Dean&lt;/a&gt;.

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]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1388213">Marisa Dean</a>.</p>
<p>Hi Marisa,</p>
<p>You are probably running selinux and ran into this issue:</p>
<p><a target="_blank" href="https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1005720" rel="ugc">https://www.tecmint.com/install-apache-web-server-in-a-docker-container/comment-page-1/#comment-1005720</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
