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

Re: [cobalt-users] Directory browsing



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