[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Disabling directory browsing on Raq3
- Subject: Re: [cobalt-users] Disabling directory browsing on Raq3
- From: "James McNeil" <help@xxxxxxxxxxxxxxxxxx>
- Date: Tue Dec 19 13:00:05 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
There are a few ways you can do it, we cheated and edited the following in
/etc/httpd/conf/srm.conf
# IndexIgnore is a set of filenames which directory indexing should ignore
# Format: IndexIgnore name1 name2...
#IndexIgnore .??* *~ *# HEADER* README* RCS
IndexIgnore *.* *
Essentially, it tells it to still display the indexing but do not list any
file containing *.* and *, i.e. all files :)
James McNeil.
----- Original Message -----
From: "Steve West" <wppiphoto@xxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, December 15, 2000 5:38 PM
Subject: [cobalt-users] Disabling directory browsing on Raq3
>
> I'm new to linux/cobalt but was hoping someone can help me figure out how
to
> have the cobalt box not show directory content/listings without placing
> "Index.html" files in every directory (which is currently over 150).
>
> Thank You!
>
> S.W.
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>