[techtalk] Apache Question

Jamie Snyder jamiels21 at home.com
Wed Mar 21 00:51:08 EST 2001


Hi!

I am trying to turn off the ability to see the directories for the a vhost 
on my server.  I figured I could just add a Directory directive to the conf 
file and leave Indexes out.  However, its not working.  Is the Directory 
directive for /web (where all vhosts are located) default?  Is there any 
way around this?

Here's a snippet of what I did (am /trying/ to do)

<Directory "/web">
      Options Indexes Includes FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
</Directory>

<Directory "/web/mikeplumeband.com">
     Options Includes FollowSymLinks ExecCGI
     AllowOverride All
     Order allow,deny
     Allow from all
</Directory>

Thanks!





More information about the Techtalk mailing list