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

Re: [cobalt-users] RaQ3i cgi-bin files can be download



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