When using Plesk on Centos we’ve found the SELINUX configuration can often cause problems.
First you need to determine if SELINUX is active
cat /selinux/enforce
if 1 then disable it by:
nano /etc/selinux/config
Enter the following:
SELINUX=disabled
To disable SELINUX before reboot:
setenforce 0