• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issues with FastCGI after Centos 5.6 upgrade

VicenteB

New Pleskian
Hello,

I have upgraded Centos from 5.5 to 5.6 and sites with FastCGI enable after upgrade are down and error log shows this message:

(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
Premature end of script headers: index.php

In my server I have installed:
php-5.2.17-1.el5.art (I have not updated php53)
mysql-server-5.0.77-4.el5_5.5
httpd-2.2.3-45.el5.centos

The version of Plesk is 10.1.1

Ia have tried to use CGI mode and sites still down with the same error in logs.

Can anyone help me with this issue?

Thank you
 
Solution

Solution:

cp /usr/sbin/suexec /usr/sbin/suexec.dist
cp -f /usr/local/psa/suexec/psa-suexec /usr/sbin/suexec
chown root:apache /usr/sbin/suexec
chmod 4510 /usr/sbin/suexec
/etc/init.d/httpd restart
 
Works!

Solution:

cp /usr/sbin/suexec /usr/sbin/suexec.dist
cp -f /usr/local/psa/suexec/psa-suexec /usr/sbin/suexec
chown root:apache /usr/sbin/suexec
chmod 4510 /usr/sbin/suexec
/etc/init.d/httpd restart

This works like a charm... thanks VicenteB
 
Back
Top