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
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
.
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 [
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