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

502 Ngix errors since last update

Hellokevin111

New Pleskian
I have been seeing the server stall out, with 502 error.

Restarting apache doesn't fix it.

Any idea how to tweak this? Server is still 100% accessible via ssh and ftp.
 
Tried disabling and re-enabling Nginx? How about reconfiguring the domains? https://kb.odin.com/en/123735 provides information about it.

Basically you'll want to run the following commands

Code:
/usr/local/psa/admin/bin/nginxmng --disable
/usr/local/psa/admin/bin/nginxmng --enable

Then you want to make sure it shows enabled:

Code:
/usr/local/psa/admin/bin/nginxmng --status

If it shows enabled and still get an error 502 then you'll want to reconfigure the domains but running the following command:

Code:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
I've had the same issues after the last update of Plesk. But also when I disable Nginx, I get 503 error every now and then instead. But sites are responding really slow/sluggish.
I've looked at the load of my server and all seems well. So I'm wondering what is causing this.

When I installed php 7.0 as an additional package, did that affect anything else perhaps? Or is there something in the last update that's causing the issues? I'm thinking of a new config file somewhere that limits connections or something similar.
 
Back
Top