• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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