Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Plesk internal server error with PHP handlers  (Read 2698 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
Plesk internal server error with PHP handlers
« on: January 25, 2014, 10:12:07 am »
When using Plesk PHP 5.3.x, php pages in plesk will be throwing internal server error. when you select the PHP handler as CGI/FCGI, you will be finding the following error message in the Apache logs.
---------
Premature end of script headers: cgi_wrapper (13)Permission denied: exec of ‘/usr/sbin/suexec’ failed
---------

To resolve the issue, change the ownership of the plesk suexe ‘/usr/sbin/suexec’ as follows: “root:apache”
Previously, the ownership will be as follows: “root:root”
====