[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Apache , Postgres, other problems
- Subject: Re: [cobalt-users] Apache , Postgres, other problems
- From: "Stephen Cooke" <S.Cooke@xxxxxxxxx>
- Date: Thu Feb 13 08:15:00 2003
- Organization: Manchester Metropolitan University
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> A few problems I'm facing:
>
> * I can't get apache to disable directory indexing. I added (Option
> -Indexes) to the conf file but it still lists the directory contents.
> How do I turn it off?
>
>
> Ahmad
>
Add the -Indexes flag to Options contained within the <Directory /home/.sites/>
directive in the /etc/httpd/conf/access.conf file. Restart apache.
<Directory /home/.sites/>
Options -Indexes FollowSymLinks Includes MultiViews
...
Worked for me.
--
Steve Cooke
Web Development Officer
Manchester Metropolitan University
Hollings Campus
Old Hall Lane, Manchester
M14 6HR