Re: [users@httpd] apache umask to get 775 file permissions

2014-07-29 Thread Tom Evans
On Mon, Jul 28, 2014 at 7:29 AM, Mike Wenzel wrote: > I got an cgi-script which is creating a file. This file need 775 permissions > (rwxrwxr-x). I need to get the apache to create this file with 775 > permissions. > > I researched, but 90% of all those solutions doesn't work for me or those > "in

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

2014-07-28 Thread Mike Wenzel
rg Betreff: 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

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

2014-07-28 Thread Bremser, Kurt (AMOS Austria GmbH)
. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Mike Wenzel [mwen...@lfm.fh-swf.de] Gesendet: Montag, 28. Juli 2014 08:29 An: 'users@httpd.apache.org' Betreff: [users@httpd] apache umask to get 775 file permissions [

[users@httpd] apache umask to get 775 file permissions

2014-07-27 Thread Mike Wenzel
I got an cgi-script which is creating a file. This file need 775 permissions (rwxrwxr-x). I need to get the apache to create this file with 775 permissions. I researched, but 90% of all those solutions doesn't work for me or those "init scripts" doesn't even exists on my openSUSE 13.1 64-Bit. I