Hi all, I want that files uploaded by Apache/php have permission matching umask 002 i.e. rw-rw----
how can I achieve this ? I tried the following: umask 002 (and/or umask 0022) in files: /etc/sysconfing/httpd /etc/init.d/httpd restart httpd but didnt work. my apache version : Server version: Apache/2.2.3 Server built: Jan 21 2009 22:00:55 rpm installed apache on CentOS 5.3
