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

[cobalt-users] RAQ4 Directory listing (-indexes seems to not work)



Hi all,

Rebuilding a RAQ4R and want to turn off directory indexing. I have
followed the below instructions, but the changes seem not to have taken
effect -

To get directories to stop giving a list of contents:
# pico /etc/httpd/conf/access.conf
Edit this line so that it has the -Indexes at the end:
# be more restrictive within a site
<Directory /home/sites/*/>
Options -FollowSymLinks +SymLinksIfOwnerMatch -Indexes
</Directory>
Save, exit, restart the web server.
# /etc/rc.d/init.d/httpd restart

 
regards,
 
Todd Kirk