<?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 Install Apache on CentOS 7	</title>
	<atom:link href="https://www.tecmint.com/install-apache-on-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-apache-on-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 01 Sep 2020 06:49:31 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1359400</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 06:49:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26453#comment-1359400</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1359355&quot;&gt;Akshay K&lt;/a&gt;.

@Akshay

Try to enable host-only networking or network bridge between the VMWare and Windows host, like in VirtualBox.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1359355">Akshay K</a>.</p>
<p>@Akshay</p>
<p>Try to enable host-only networking or network bridge between the VMWare and Windows host, like in VirtualBox.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1359395</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 06:10:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26453#comment-1359395</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1359355&quot;&gt;Akshay K&lt;/a&gt;.

@Akshay,

Just open the port 80 on the system to access the Apache from your internal network.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1359355">Akshay K</a>.</p>
<p>@Akshay,</p>
<p>Just open the port 80 on the system to access the Apache from your internal network.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Akshay K		</title>
		<link>https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1359355</link>

		<dc:creator><![CDATA[Akshay K]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 02:52:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26453#comment-1359355</guid>

					<description><![CDATA[Hi All,

I am using CentOS 7 inside VMWare.

Apache works when I just put in the IP i.e 192.168.0.141

I want that from my windows machine on which VMWare I have installed, the result of Apache should reflect when I put the IP on the browser.

What additional thing do I need to do for that?

Thank you,
Kunder Akshay,]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>I am using CentOS 7 inside VMWare.</p>
<p>Apache works when I just put in the IP i.e 192.168.0.141</p>
<p>I want that from my windows machine on which VMWare I have installed, the result of Apache should reflect when I put the IP on the browser.</p>
<p>What additional thing do I need to do for that?</p>
<p>Thank you,<br />
Kunder Akshay,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1313196</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 23 Jan 2020 07:57:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26453#comment-1313196</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1313101&quot;&gt;bread of wakanda&lt;/a&gt;.

@bread of Wakanda

You can enable a session-based configuration, read the &lt;strong&gt;balancer-manager&lt;/strong&gt; module documentation for more information: https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html. 

If that does not help, try enabling basic HTTP authentication: https://www.tecmint.com/password-protect-apache-web-directories-using-htaccess/.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1313101">bread of wakanda</a>.</p>
<p>@bread of Wakanda</p>
<p>You can enable a session-based configuration, read the <strong>balancer-manager</strong> module documentation for more information: <a target="_blank" href="https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html" rel="nofollow ugc">https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html</a>. </p>
<p>If that does not help, try enabling basic HTTP authentication: <a target="_blank" href="https://www.tecmint.com/password-protect-apache-web-directories-using-htaccess/" rel="ugc">https://www.tecmint.com/password-protect-apache-web-directories-using-htaccess/</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bread of wakanda		</title>
		<link>https://www.tecmint.com/install-apache-on-centos-7/comment-page-1/#comment-1313101</link>

		<dc:creator><![CDATA[bread of wakanda]]></dc:creator>
		<pubDate>Wed, 22 Jan 2020 12:32:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26453#comment-1313101</guid>

					<description><![CDATA[How to set an automatic logout on Apache HTTP Server &lt;code&gt;/balancer-manager&lt;/code&gt; page?

I have configured a &lt;strong&gt;balancer-manager&lt;/strong&gt; in apache with the login page so that the user has to log in to see the &lt;strong&gt;balancer-manager&lt;/strong&gt; page. But once I log in to &lt;strong&gt;balancer-manager&lt;/strong&gt; page using &lt;strong&gt;AuthName&lt;/strong&gt; it stays logged in for an infinite time. 

Is it possible to set a time out or expiry timer for the currently logged in session after in case of no activity so that the user has to login again to see &lt;strong&gt;/balancer-manager &lt;/strong&gt;page?

balancer-manager configuration in &lt;strong&gt;httpd.conf&lt;/strong&gt; are as below:
&lt;pre&gt;
    
        SetHandler balancer-manager
        AuthType basic
        AuthName &quot;wakanda&quot;
        AuthUserFile &quot;/etc/httpd/passwd/passwords&quot;
        Require valid-user
    

    ProxyPass /balancer-manager ! 
&lt;/pre&gt;
If anyone can help me with an answer that will be great!]]></description>
			<content:encoded><![CDATA[<p>How to set an automatic logout on Apache HTTP Server <code>/balancer-manager</code> page?</p>
<p>I have configured a <strong>balancer-manager</strong> in apache with the login page so that the user has to log in to see the <strong>balancer-manager</strong> page. But once I log in to <strong>balancer-manager</strong> page using <strong>AuthName</strong> it stays logged in for an infinite time. </p>
<p>Is it possible to set a time out or expiry timer for the currently logged in session after in case of no activity so that the user has to login again to see <strong>/balancer-manager </strong>page?</p>
<p>balancer-manager configuration in <strong>httpd.conf</strong> are as below:</p>
<pre>
    
        SetHandler balancer-manager
        AuthType basic
        AuthName "wakanda"
        AuthUserFile "/etc/httpd/passwd/passwords"
        Require valid-user
    

    ProxyPass /balancer-manager ! 
</pre>
<p>If anyone can help me with an answer that will be great!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
