[CentOS] File access in Apache 2.4 (clarification)

Tue Nov 21 18:02:54 UTC 2017
Gordon Messmer <gordon.messmer at gmail.com>

On 11/21/2017 08:42 AM, david wrote:
> SELINUX is disabled.
...
> Any suggestions? 

Yeah, https://stopdisablingselinux.com/

Also, you *could* run "systemctl edit httpd.service" and enter two lines:

[Service]
PrivateTmp=false

... if you specifically need to share /tmp.  The alternative is probably 
to mount a new tmpfs to a new directory somewhere under /var/lib for 
globally shared ephemeral files.