phpsuexec permissions find
find /home/lefteye/public_html -type f name \*\.php -exec chmod 644 {} \;
find /home/lefteye/public_html -type d -exec chmod 755 {} \;
chown -R lefteye:lefteye /home/lefteye/public_html
chown lefteye:nobody /home/lefteye/public_html
chmod 750 /home/lefteye/public_html