RE: [PHP-INST] Default files permissions

2002-02-05 Thread mendez
All right, but, here is the code : It seems that when I force the right to 644, "rw-r--r--", the code does not work ! -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] Default files permissions

2002-02-05 Thread Richard Hillström (GIS)
Hi, A possible solution, have not had the problem myself: If you are running linux/unix, then it is probably your nobody user, or whatever user you have for running apache, that is writing the file. That user has an umask that needs to be changed to e.g. 022. The umask sets the default permissi