[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ3i cgi-bin files can be download
- Subject: Re: [cobalt-users] RaQ3i cgi-bin files can be download
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sat May 5 00:14:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
fh fgh <myraq3i@xxxxxxxxx> wrote
> Hello everyone,
> I have a Cobalt Raq3i. I have create cgi-indirectory
> to run cgi scripts. They works fine. But I can
> download any file from this directory via Getright.
> And anyone can also do this.
> How can I prevent this? Anyone has an idea.
>
Many people (you?) use 755 for cgi files, I use 711,
if you can't read it you can't download it.
Try using chmod 711 the-file.cgi or even do a
chmod 711 the-directory
Gerald