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

Re: [cobalt-users] protect web directory list



> 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