<?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: Disable Apache Web Directory Listing Using .htaccess File	</title>
	<atom:link href="https://www.tecmint.com/disable-apache-directory-listing-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/disable-apache-directory-listing-htaccess/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 14 Mar 2020 12:28:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Avijit Sarkar		</title>
		<link>https://www.tecmint.com/disable-apache-directory-listing-htaccess/comment-page-1/#comment-1321265</link>

		<dc:creator><![CDATA[Avijit Sarkar]]></dc:creator>
		<pubDate>Sat, 14 Mar 2020 12:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24311#comment-1321265</guid>

					<description><![CDATA[My website runs on the IIS configured Windows server. So I can&#039;t use the Apache related options. It could&#039;ve been helpful to me if you add configuration details related to the IIS server.]]></description>
			<content:encoded><![CDATA[<p>My website runs on the IIS configured Windows server. So I can&#8217;t use the Apache related options. It could&#8217;ve been helpful to me if you add configuration details related to the IIS server.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Prabhat Patel		</title>
		<link>https://www.tecmint.com/disable-apache-directory-listing-htaccess/comment-page-1/#comment-1286477</link>

		<dc:creator><![CDATA[Prabhat Patel]]></dc:creator>
		<pubDate>Mon, 11 Nov 2019 12:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24311#comment-1286477</guid>

					<description><![CDATA[Hi,

In my case the particular section of file /etc/httpd/conf/httpd.conf looks something like this:
&lt;pre&gt;
  Options FollowSymLinks
  AllowOverride None
&lt;/pre&gt;
So do I have to make it:
&lt;pre&gt;
  Options FollowSymLinks
  AllowOverride None
  Options -Indexes
&lt;/pre&gt;
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>In my case the particular section of file /etc/httpd/conf/httpd.conf looks something like this:</p>
<pre>
  Options FollowSymLinks
  AllowOverride None
</pre>
<p>So do I have to make it:</p>
<pre>
  Options FollowSymLinks
  AllowOverride None
  Options -Indexes
</pre>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ken		</title>
		<link>https://www.tecmint.com/disable-apache-directory-listing-htaccess/comment-page-1/#comment-1144781</link>

		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Thu, 02 May 2019 17:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24311#comment-1144781</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/disable-apache-directory-listing-htaccess/comment-page-1/#comment-1144775&quot;&gt;Ken&lt;/a&gt;.

I found the issue: the &lt;strong&gt;httpd.conf&lt;/strong&gt; file on my &lt;strong&gt;CentOS 7&lt;/strong&gt; server has multiple Directory sections: entirety of file system, document root, cgi-bin, etc.
&lt;ul&gt;
&lt;li&gt;I first edited the entirety of file system, this did not work.&lt;/li&gt;
&lt;li&gt;I then edited the document root section, this worked.&lt;/li&gt;
&lt;li&gt;I&#039;m not sure yet if both sections should be edited for the changes.&lt;/li&gt;
&lt;/ul&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/disable-apache-directory-listing-htaccess/comment-page-1/#comment-1144775">Ken</a>.</p>
<p>I found the issue: the <strong>httpd.conf</strong> file on my <strong>CentOS 7</strong> server has multiple Directory sections: entirety of file system, document root, cgi-bin, etc.</p>
<ul>
<li>I first edited the entirety of file system, this did not work.</li>
<li>I then edited the document root section, this worked.</li>
<li>I&#8217;m not sure yet if both sections should be edited for the changes.</li>
</ul>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ken		</title>
		<link>https://www.tecmint.com/disable-apache-directory-listing-htaccess/comment-page-1/#comment-1144775</link>

		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Thu, 02 May 2019 17:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24311#comment-1144775</guid>

					<description><![CDATA[I followed these instructions precisely but it did not work at all.
I&#039;m using CentOS 7 with apache web server]]></description>
			<content:encoded><![CDATA[<p>I followed these instructions precisely but it did not work at all.<br />
I&#8217;m using CentOS 7 with apache web server</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/disable-apache-directory-listing-htaccess/comment-page-1/#comment-972318</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 23 Feb 2018 07:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24311#comment-972318</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/disable-apache-directory-listing-htaccess/comment-page-1/#comment-972158&quot;&gt;a@a.com&lt;/a&gt;.

@a@a.com

We are glad that you found this guide helpful. Many thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/disable-apache-directory-listing-htaccess/comment-page-1/#comment-972158">a@a.com</a>.</p>
<p>@a@a.com</p>
<p>We are glad that you found this guide helpful. Many thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
