Re: [PHP] permission for file creating script

2004-10-20 Thread John Nichel
Padi wrote:
Q: Why can't userX in groupY write on a file with chmod 0664 and chown
userY:groupY?
Summary: I use php 4.3.9 on an apache webserver
I always got permission errors, when scripts tried to use mkdir() and the
kind.
So I chowned all files and folders to apache:apache and made my standard
user on that box also member of that group(I did that with kusers in kde),
all files now were on chmod 0664 and all directories on 0775.
But my user didn't have write permission, this doesn't go into my head.
Is Apache running as apache:apache?  Check your httpd.conf file.
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] permission for file creating script

2004-10-19 Thread Padi
Q: Why can't userX in groupY write on a file with chmod 0664 and chown
userY:groupY?

Summary: I use php 4.3.9 on an apache webserver
I always got permission errors, when scripts tried to use mkdir() and the
kind.
So I chowned all files and folders to apache:apache and made my standard
user on that box also member of that group(I did that with kusers in kde),
all files now were on chmod 0664 and all directories on 0775.
But my user didn't have write permission, this doesn't go into my head.

Thanks for your appreciation

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php