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: All php generated files throwing 500 error  (Read 3704 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
All php generated files throwing 500 error
« on: September 16, 2014, 06:50:39 am »
All php generated files throwing  500 error in plesk. In the error log got the following,

===
Premature end of script headers: index.php
or
Premature end of script headers: cgi_wrapper
===

In the suexec log :  /var/log/httpd/suexec_log
==
file has no execute permission: (/var/www/cgi-bin/cgi_wrapper/cgi_wrapper)
==
To fix this:
==
chmod 755  /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
==

----------