[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] cgi dir 711 chmod still http viewable
- Subject: Re: [cobalt-users] cgi dir 711 chmod still http viewable
- From: Keith Davis <cache@xxxxxxxxxx>
- Date: Tue Apr 17 07:19:06 2001
- Organization: Digital Odyssey Web Development
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
hirsh -e-skwirtz wrote:
http://www.netbloomsdirect.com/edit-secure/my_free_page1.cfg
> this is a dir we need to disable browsing on --
> right now it is chmod 711 and is still viewable
putting some kind of index.html in the directory will disable the
default indexing page. If you need more security, and if you are writing
to that cfg file with Perl, set the permission on the file to 0700, Perl
can still rw the file but no one and no thing other than the siteAdmin
can read it or write to it. This works only if you have not disabled
CGIwrap for the server or that domain. If you have disabled CGIwrap or
are using a cgi other than Perl then you should place the file in a
directory outside the domain, parallel with web,user,certs,&logs.
keith