Re: [PHP] chown function

2005-10-14 Thread Daniele Palumbo
Alle 17:25, giovedì 13 ottobre 2005, John Nichel ha scritto: > nobody:nobody. nobody:nonexistant (random number abs() really high), at least for apache2. my personal suggestion is: - chown all files (avoid suid) and dir root - chgrp apache all files and dir - chmod 750 all dir, 640 all files - ch

Re: [PHP] chown function

2005-10-13 Thread John Nichel
Scott Fletcher wrote: Well, apache use the "nobody:nobody" permission... Apache runs whatever you configure user:group to be. Default is nobody:nobody. -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] chown function

2005-10-13 Thread Scott Fletcher
t, that apache on > my server does not have chown permissions. > > Thank you very mych for your help. > > > Keith > > - Original Message - > From: "Jasper Bryant-Greene" <[EMAIL PROTECTED]> > To: > Sent: Monday, October 03, 2005 11:27 PM

Re: [PHP] chown function

2005-10-10 Thread Richard Lynch
On Tue, October 4, 2005 12:21 am, Keith Spiller wrote: > chown("$endpath", "admin"); > > to try to change the owner of directories after using mkdir() > to create them. It continues to fail on my remote Fedora server. > > I know the path is correct because mkdir() works perfectly. > Apache sets th

Re: [PHP] chown function

2005-10-03 Thread Keith Spiller
tober 03, 2005 11:27 PM Subject: Re: [PHP] chown function Keith Spiller wrote: I'm using: chown("$endpath", "admin"); to try to change the owner of directories after using mkdir() to create them. It continues to fail on my remote Fedora server. With what error me

Re: [PHP] chown function

2005-10-03 Thread Jasper Bryant-Greene
Keith Spiller wrote: I'm using: chown("$endpath", "admin"); to try to change the owner of directories after using mkdir() to create them. It continues to fail on my remote Fedora server. With what error message? Have you tried logging in with SSH or similar and trying the same command? Mo

[PHP] chown function

2005-10-03 Thread Keith Spiller
Hello, I'm using: chown("$endpath", "admin"); to try to change the owner of directories after using mkdir() to create them. It continues to fail on my remote Fedora server. I know the path is correct because mkdir() works perfectly. Apache sets the owner as 48 when the directory is created. I