• 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.

CentOS 3.6 Update Problem Fixed

C

Chris

Guest
I just want to post this in case anyone has a similar problem. I am running Plesk 7.5.4 with CentOS.

I ran yum update and CentOS upgraded itself to 3.6. However, this broke cgi-bin scripts for all of the domains on the server (giving "Internal Server Error" with "Premature end of script headers" in the log files).

It looks like the upgrade replaced Plesk's suexec with its own. I was able to fix this by:

mv /usr/sbin/suexec /usr/sbin/suexec.old
cp -p /usr/local/psa/suexec/psa-suexec /usr/sbin/suexec
service httpd restart

As always, use the above steps at your own risk (although this is not particularly dangerous). Other than the cgi-bin issue, no other problems with the update (so far!).
 
Thanks for the tip!

It solved also my problems!

Is there a way to know when CENTOS automatically updates this suexec files?

KR

Walter
 
Back
Top