[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Directory browsing



> 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