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!
_______________________________________________
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk