Wouldn't "wget" just download the output from execution of the php file?

-Steve

-----Original Message-----
From: Ed Wilts [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 15, 2003 11:58 AM
To: [EMAIL PROTECTED]
Subject: Re: Proper way to keep users out of a directory


On Tue, Jul 15, 2003 at 12:40:33PM -0400, Scott Antonivich wrote:
> No, basically...I dont want anyone to be able to see the files or the actual
> php code itself. I think Anton's previous post was what I needed.

So what stops somebody from simply doing a wget on the php file?  You
better test to make sure they're not able to snatch the code that way.

> > set the dir to be owned by group "httpd", make sure that the group can
> read
> > the files.
> >
> > chgrp httpd files
> > chmod 750 files

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to