[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] protect web directory list
- Subject: Re: [cobalt-users] protect web directory list
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sat May 26 06:23:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> If you go to url www.domain.com/cgi-bin in a cobalt raq4, browser will
> display to you all
> directorys. I want to protect that people list all directoris and files from
> our site.
>
chmod 711 cgi-bin (the directory)(and the files in the directory)
This allows httpd to execute the files but not read or list them
CGI will work but httpd can't list the files.
Gerald