I need to set the default umask in apache on fedora so that my uploaded files have permissions 644 which are set to 600 by default in spite of doing chmod( $uploaded_file , 0644 ); in php script. Can someone provide some direction...?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

On Fedora, I believe it's in /etc/sysconfig/httpd and you change the umask there -- umask xxx.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.