[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Directory browsing
- Subject: Re: [cobalt-users] Directory browsing
- From: "Khalil@xxxxxxxxx" <khalil@xxxxxxxxx>
- Date: Sat Mar 16 07:31:43 2002
- Organization: http://www.KhalilAhmad.com
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> How can i disable the Directory browsing option for all users in apache ?
>
You need to turn Indexing Off.
Edit file /etc/httpd/conf/srm.conf (httpd.conf or *.conf) and in each
<Directory> tag that you want to be turned off for indexing, remove the
option of
"Indexes". Details here:
http://www.apache.org/docs/mod/core.html#options
-Khalil