<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Directory Listing - Apache Web servers - tribe.net</title>
  <link rel="alternate" href="http://apacheservers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b?format=atom" />
  <subtitle>Tribe.net. Local Connections</subtitle>
  <entry>
    <title>Directory Listing</title>
    <link rel="alternate" href="http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#1ff21226-e4d3-4ad4-ac3c-c5bcca9d4760" />
    <author>
      <name>Philip</name>
    </author>
    <id>http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#1ff21226-e4d3-4ad4-ac3c-c5bcca9d4760</id>
    <published>2003-09-25T19:57:35Z</published>
    <summary type="html">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?</summary>
    <dc:creator>Philip</dc:creator>
    <dc:date>2003-09-25T19:57:35Z</dc:date>
  </entry>
  <entry>
    <title>Re: Directory Listing</title>
    <link rel="alternate" href="http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#f342d899-fefa-472c-9658-051fc4b8e618" />
    <author>
      <name>$item.owner.firstName</name>
    </author>
    <id>http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#f342d899-fefa-472c-9658-051fc4b8e618</id>
    <published>2003-09-25T21:06:00Z</published>
    <summary type="html">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;</summary>
    <dc:creator>$item.owner.firstName</dc:creator>
    <dc:date>2003-09-25T21:06:00Z</dc:date>
  </entry>
  <entry>
    <title>Re: Directory Listing</title>
    <link rel="alternate" href="http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#d8636f9d-3bbf-4532-8241-5b18db0c2274" />
    <author>
      <name>$item.owner.firstName</name>
    </author>
    <id>http://ApacheServers.tribe.net/thread/86b454b0-6574-4aae-b1ab-abccea76f20b#d8636f9d-3bbf-4532-8241-5b18db0c2274</id>
    <published>2003-09-25T21:08:29Z</published>
    <summary type="html">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.</summary>
    <dc:creator>$item.owner.firstName</dc:creator>
    <dc:date>2003-09-25T21:08:29Z</dc:date>
  </entry>
</feed>



