• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

My webserver crashed after auto update 11.0.9 number 56

mavera2

Basic Pleskian
Regularly I get Plesk auto update mails. Yesterday I get this email.
Attention,

Parallels Panel was successfully updated.
To view the list of changes, visit http://download1.parallels.com/Ples...htm?platform=unix&locale=en-US&version=11.0.9.

This message was sent automatically by Parallels Installer.

I get this email in 03:29 local time. And I found I out that all my website crashed.
* First I get directory permission errors, My codes needs to write inside some folders but it couldn't due to lack of permission. But until that time it had permission. I changed permissions with chmod and it started to work again. But earlier I suppose it had 644 permission. Now I made it 777 to be usable. But I'm not happy with it. It didn't work with 644.
* After system working, I get huge swaps. It started with 5 MB and became 1300 MB swap file. After some time my MySQL server crashed and I rebooted my machine.
* As I don't remember wrong, I was using PHP as FastCGI, but when I check Plesk now, I see that PHP is run as Apache module.
* Does auto update changed these preferences ? I don't remember it was happened before this auto update.

I need to restore my server settings back. But I don't know what had changed since then.
How can I found out all changes to revert back ?
Thank you in advance.
 
It seems like this is a FastCGI problem.
I have PHP 5.4
Plesk 11.0.9 update 56.

Please help me. PHP mod Apache works, FastCGI doesn't work. Error.log:
[Fri Aug 09 21:50:02 2013] [warn] [client 5.47.201.9] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Fri Aug 09 21:50:02 2013] [error] [client 5.47.201.9] Premature end of script headers: index.php
 
On each domain, go to PHP settings and disable safe_mode and magic_quote and will work.
 
Back
Top