You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Clodoaldo Pinto Neto <cl...@gmail.com> on 2006/10/28 01:10:57 UTC

[users@httpd] Directory index forbidden by Options directive

I can't see a directory listing for the document root but i see it for
the directories bellow it:

<VirtualHost 10.1.1.103:80>
   ServerName yumrepo.s0
   DocumentRoot "/var/www/html/yum"
   <Directory "/var/www/html/yum">
      Options Indexes
      Order Allow,Deny
      Allow from all
   </Directory>
</VirtualHost>

When I go to http://yumrepo.s0 i get this error:
[client 10.1.1.101] Directory index forbidden by Options directive:
/var/www/html/yum/

But at http://yumrepo.s0/5 it shows a directory listing.

There is no .htaccess. This is Fedora Core 5 and Apache 2.2.2

Regards, Clodoaldo Pinto Neto

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org