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...?
Asked
Active
Viewed 1,412 times
1 Answers
2
On Fedora, I believe it's in /etc/sysconfig/httpd
and you change the umask there -- umask xxx
.

Sam Halicke
- 6,222
- 1
- 25
- 35