--- Original Message -
From: "Police Trainee" <[EMAIL PROTECTED]>
To: "PHP" <[EMAIL PROTECTED]>
Sent: Friday, August 31, 2001 11:50 AM
Subject: Re: [PHP] chmod failed: Operation not permitted
> the files are all owned by me, that is, my unix login.
> --- Ja
Therein lies the problem. The webserver, therefore your PHP script,
is probably *NOT* running with your credentials.
Larry
* Police Trainee <[EMAIL PROTECTED]> [010831 13:50]:
> the files are all owned by me, that is, my unix login.
> --- Jason Bell <[EMAIL PROTECTED]> wrote:
> > who owns the
the files are all owned by me, that is, my unix login.
--- Jason Bell <[EMAIL PROTECTED]> wrote:
> who owns the file to begin with? your account? a
> web server typically runs
> as a low access account, such as "nobody" on Unix.
> So, what is probably
> happening is that you don't have permissio
who owns the file to begin with? your account? a web server typically runs
as a low access account, such as "nobody" on Unix. So, what is probably
happening is that you don't have permissions to chmod the file. Doesn't have
anything to do with your PHP configuration.
Jason Bell
- Original
4 matches
Mail list logo