Re: [users@httpd] Windows Apache 2.4.9 restarts itself

2014-07-28 Thread Mar Imp
Hi Jeff, I installed 2.4.10 on 22.07.2014 and it was running fine for 6 days. Today again a restart happened -> again without the important row in logfile: these are the logs: Starting the Apache2.4 service [Tue Jul 22 12:18:26.942556 2014] [mpm_winnt:notice] [pid 13424:tid 536] AH00455: Apache/

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

2014-07-28 Thread Mike Wenzel
It is a perl script. And yeah, I didn't thought about let the perl script change the permissions. I'm now doing it this way. Best regards Mike Wenzel Von: Bremser, Kurt (AMOS Austria GmbH) [mailto:kurt.brem...@allianz.at] Gesendet: Montag, 28. Juli 2014 10:02 An: users@httpd.apache.org Betreff:

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.