• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Issue web socket error - missing /var/run/plesk-web-socket/ws.sock

service psa restart
Starting sw_engine service... done
starting sw_cp_server service... done
Starting mysql service... already started
Starting named service... already started
Starting mailer service... already started
Starting spamfilter service... already started
Starting apache service... already started
Starting xinetd service... already started
 
recv() failed (104: Connection reset by peer) while reading response header from upstream - nginx Error
 
Check plesk-web-socket service
Code:
systemctl status plesk-web-socket
If it's not active
Code:
systemctl restart plesk-web-socket
Once the service was started /var/log/plesk/sw-cp-server/error_log didn't get new
[crit] 12071#0: *661088 connect() to unix:/run/plesk-web-socket/ws.sock failed (2: No such file or directory) while connecting to upstream,
 
Back
Top