<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Directory Listing - Apache Web servers - tribe.net</title>
    <link>http://apacheservers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b?format=rss</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>Directory Listing</title>
      <link>http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#1ff21226-e4d3-4ad4-ac3c-c5bcca9d4760</link>
      <description>What's the name of the attribute inside of httpd.conf that would disable directory listing when there is no index.html page?  Did it change from Apache 1.3 to Apache 2.0?</description>
      <pubDate>Thu, 25 Sep 2003 19:57:35 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#1ff21226-e4d3-4ad4-ac3c-c5bcca9d4760</guid>
      <dc:creator>Philip</dc:creator>
      <dc:date>2003-09-25T19:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Listing</title>
      <link>http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#f342d899-fefa-472c-9658-051fc4b8e618</link>
      <description>In the options directive, under the directory container for your dir you want to protect from being seen &lt;Directory your_secret_dir_path&gt; remove 'Indexes' from 'Options Indexes Whatever Whatever' &#xD;
&#xD;
Restart the server. Your directory should not show an autoindex for that directory.&#xD;
&#xD;
I'm not sure if the following bracketed text will show here, but it might look like this:&#xD;
&#xD;
&lt;Directory "/var/www/html/private"&gt;&#xD;
 Options [Indexes removed] FollowSymLinks Multiviews&#xD;
 AllowOverride None&#xD;
 Order deny,allow&#xD;
 Deny from all&#xD;
&lt;/Directory&gt;</description>
      <pubDate>Thu, 25 Sep 2003 21:06:00 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#f342d899-fefa-472c-9658-051fc4b8e618</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2003-09-25T21:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Listing</title>
      <link>http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#d8636f9d-3bbf-4532-8241-5b18db0c2274</link>
      <description>Yeah the bracketed text was hidden in both examples above.  Anyway look for the (bracket)Directory(Endbracket) container, or create one for the dir you want to prottect and set the options mentioned above.</description>
      <pubDate>Thu, 25 Sep 2003 21:08:29 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#d8636f9d-3bbf-4532-8241-5b18db0c2274</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2003-09-25T21:08:29Z</dc:date>
    </item>
  </channel>
</rss>



