<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>linuxbuddies.com &#187; directory browsing</title>
	<atom:link href="http://linuxbuddies.com/tag/directory-browsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbuddies.com</link>
	<description>For linux documentations.</description>
	<lastBuildDate>Fri, 11 Sep 2009 10:11:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to disable directory browsing in Apache</title>
		<link>http://linuxbuddies.com/2008/12/22/how-to-disable-directory-browsing-in-apache/</link>
		<comments>http://linuxbuddies.com/2008/12/22/how-to-disable-directory-browsing-in-apache/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 05:29:38 +0000</pubDate>
		<dc:creator>Riyesh</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[directory browsing]]></category>
		<category><![CDATA[disable]]></category>

		<guid isPermaLink="false">http://linuxbuddies.com/?p=60</guid>
		<description><![CDATA[One of the “must do’s” on setting a secure apache webserver environment is to disable directory browsing. As a default Apache will be compiled with this option enabled, but its always a good idea to get rid of this setting unless its really necessary.
If you are on an RPM installation ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-59" title="apache_1" src="http://linuxbuddies.com/wp-content/uploads/2008/12/apache_1-150x150.jpg" alt="apache_1" width="150" height="150" />One of the “must do’s” on setting a secure apache webserver environment is to disable directory browsing. As a default Apache will be compiled with this option enabled, but its always a good idea to get rid of this setting unless its really necessary.</p>
<p>If you are on an RPM installation of Apache you will find the apache configuration file probably here:</p>
<blockquote><p><strong></strong><strong><span>/etc/httpd/conf/httpd.conf</span></strong></p></blockquote>
<p>If you are using apache from the source tar balls probably you will find the configuration file here:</p>
<blockquote><p><span>/usr/local/apache/conf/httpd.conf</span></p></blockquote>
<p>Edit the httpd.conf file and scroll until you find a line like this:</p>
<blockquote><p><span>Options All Indexes FollowSymLinks MultiViews</span></p></blockquote>
<p>To disable directory browsing carefully remove the line that says: Indexes and leave the line like this:</p>
<blockquote><p><span>Options All FollowSymLinks MultiViews</span></p></blockquote>
<p>Restart your apache webserver and thats it</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxbuddies.com/2008/12/22/how-to-disable-directory-browsing-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
