[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RAQ4 Directory listing (-indexes seems to not work)
- Subject: [cobalt-users] RAQ4 Directory listing (-indexes seems to not work)
- From: "Todd Kirk" <tkirk@xxxxxxxxxxxxxx>
- Date: Sun Nov 24 22:07:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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