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

Resolved Server Error 502 Bad Gateway

First of all, make sure that sw-cp-server service is up and running with

# systemctl status sw-cp-server
● sw-cp-server.service - Startup script for Plesk control panel server
Loaded: loaded (/usr/lib/systemd/system/sw-cp-server.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2017-10-02 05:24:04 NOVT; 4h 26min ago
Main PID: 2861 (sw-cp-serverd)
CGroup: /system.slice/sw-cp-server.service
├─ 2861 sw-cp-server: master process /usr/sbin/sw-cp-serverd -c /etc/sw-cp-server/config
└─23483 sw-cp-server: worker process

Try to start it if service is not active. Try to find a reason of problem in log file /var/log/plesk/sw-cp-server/error_log
 
Try to check if Nginx is running under services, I found out that since updating all the packages Nginx isn't starting itself automatically anymore.
 
Hi occinodo,

Try to check if Nginx is running under services
The Plesk "sw-nginx" - package has got nothing to do with "sw-engine" ( Plesk Server Control Panel PHP-FPM - service ) and "sw-cp-server" ( Plesk Control Panel webserver ). Pls. try not to mix your webservers on your server ( apache + nginx ) for your hosted domains with the Plesk Control Panel webserver. :)
 
thanks for reply my issue is resolved by its own i do nothing

this is error log
2017/10/02 14:42:41 [error] 25512#0: *7 open() "/usr/local/psa/admin/htdocs/currentsetting.htm" failed (2: No such file or directory), client: 27.19.182.17, server: , request: "GET /currentsetting.htm HTTP/1.1", host: "213.136.89.33:8443"
2017/10/05 20:37:16 [error] 25512#0: *264 open() "/usr/local/psa/admin/htdocs/a2billing/common/javascript/misc.js" failed (2: No such file or directory), client: 80.211.252.156, server: , request: "GET /a2billing/common/javascript/misc.js HTTP/1.1", host: "213.136.89.33:8443"
 
Back
Top