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

Re: [cobalt-users] Apache , Postgres, other problems



> 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