search for: http_worker

Displaying 5 results from an estimated 5 matches for "http_worker".

2020 Jul 21
2
Apache umask
...flags are >>> notably absent of --with-suexec-umask.? I also did a prep of the >>> sources >>> and no patches modify the suexec sources in this way. >> >> I may have missed something but it seems to work in my test: >> >> # grep -i umask /proc/<http_worker>/status >> Umask: 0022 >> >> # cat /etc/systemd/system/httpd.service.d/override.conf >> [Service] >> UMask=0002 >> >> # systemctl edit httpd.service >> < enter override config > >> >> <reload/restart httpd> >> >>...
2020 Jul 20
2
Apache umask
...; httpd.spec for ./configure with suexec-related configuration flags are > notably absent of --with-suexec-umask.? I also did a prep of the sources > and no patches modify the suexec sources in this way.? I may have missed something but it seems to work in my test: # grep -i umask /proc/<http_worker>/status Umask: 0022 # cat /etc/systemd/system/httpd.service.d/override.conf [Service] UMask=0002 # systemctl edit httpd.service < enter override config > <reload/restart httpd> # grep -i umask /proc/<http_worker>/status Umask: 0002 That's what you are looking for, isn&...
2020 Jul 21
0
Apache umask
...notably absent of --with-suexec-umask.? I also did a prep of the >>>> sources >>>> and no patches modify the suexec sources in this way. >>> >>> I may have missed something but it seems to work in my test: >>> >>> # grep -i umask /proc/<http_worker>/status >>> Umask: 0022 >>> >>> # cat /etc/systemd/system/httpd.service.d/override.conf >>> [Service] >>> UMask=0002 >>> >>> # systemctl edit httpd.service >>> < enter override config > >>> >>> <re...
2020 Jul 20
0
Apache umask
...e with suexec-related configuration flags are >> notably absent of --with-suexec-umask.? I also did a prep of the sources >> and no patches modify the suexec sources in this way. > > I may have missed something but it seems to work in my test: > > # grep -i umask /proc/<http_worker>/status > Umask: 0022 > > # cat /etc/systemd/system/httpd.service.d/override.conf > [Service] > UMask=0002 > > # systemctl edit httpd.service > < enter override config > > > <reload/restart httpd> > > # grep -i umask /proc/<http_worker>/s...
2020 Jul 13
4
Apache umask
I need to set the umask for apache to 002. I've tried every idea I've found on the internet, but nothing make a difference. Most suggest that I put "umask 002" in /etc/sysconfig/httpd, but that doesn't seem to make a difference. Other's suggest adding something to the httpd.service script for systemd. And that doesn't make any difference. Any suggestion from