[suPHP] suphp and uploading files
Brock Noland
brockn at gmail.com
Fri May 2 20:49:44 CEST 2008
On Fri, May 2, 2008 at 1:27 PM, Dustin Schuemann <dschuemann at gmail.com> wrote:
> Every time I upload a file with my php script it sets the perms to
> 600. I need it to be 644. Attached is my suphp.conf
>
> ;Umask to set, specify in octal notation
> umask=0077
>
This is due to the umask setting above. I suggest you change the umask
in PHP via:
http://us3.php.net/umask
Brock
More information about the suPHP
mailing list