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.