melban
08-27-2003, 01:53 PM
How bad would it be to set this up as my Umask for my ftp users. I will be uploading many files that must be RWX by the apache for a program to run and everytime I upload more files I have to goto the folder manually and chmod it all.
<Directory ~/>
AllowOverwrite on
Umask 000
</Directory>
<Directory ~/cgi-bin/*>
AllowOverwrite on
Umask 022
</Directory>
<Directory ~/>
AllowOverwrite on
Umask 000
</Directory>
<Directory ~/cgi-bin/*>
AllowOverwrite on
Umask 022
</Directory>