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
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
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
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
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
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
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
7 matches
Mail list logo