[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Directory browsing
- Subject: Re: [cobalt-users] Directory browsing
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat Mar 16 04:14:04 2002
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Saturday 16 March 2002 01:07 pm, Stèphan Eizinga wrote:
> How can i disable the Directory browsing option for all users in apache ?
>
Something like this in /etc/httpd/conf/httpd.conf
will turn it off for the server.
<Directory /home/sites/*/web/>
Options FollowSymLinks
</Directory>
--
Gerald Waugh
New Haven, Connecticut USA