-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
SELinux has no idea what the labels are in /tmp, so restorecon will not change the labels. It would be best to just remove the content from /tmp and allow new content to be created. If you want the content to be accessible from apache, you could change it to httpd_tmp_t
chcon -t httpd_tmp_t /tmp/PATH
I believe in treating /tmp as temporary and cleaning it out on reboot, or running it as tmpfs.