• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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