AW: [users@httpd] apache umask to get 775 file permissions [wd-vc]

2014-07-28 Thread Bremser, Kurt (AMOS Austria GmbH)
If it is a simple shell script, add an appropriate chmod command after the file is created; if several files are created, put the umask statement in there before file creation. I would not recommend changing umask for the whole apache just to get it right for the output of a single cgi script.

AW: [users@httpd] apache umask to get 775 file permissions [wd-vc]

2014-07-28 Thread Mike Wenzel
: AW: [users@httpd] apache umask to get 775 file permissions [wd-vc] If it is a simple shell script, add an appropriate chmod command after the file is created; if several files are created, put the umask statement in there before file creation. I would not recommend changing umask for the whole