• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

500 - Internal error Server

Quentind

New Pleskian
Hello,

I have a question or need help ;)

The parallels plesk administration is no longer accessible via https://xxxxxxxx.xxxxx:8443

We received a HTML page with 500 - Internal error server

What we do in the past : we launched the X11 command yum groupinstall.
Then we restarted the server with the command reboot. And he reboot.

Since then, the administration parallels plesk is no longer accessible via the link https://xxxxxx.xxxx:8443.
But the httpd service mysqld etc. always work.
Our sites are always online. but is plesk unreachable we have a 500 error - Internal Server Error.
Can you solve this problem quickly?
Do you have any solutions to help us re-function plesk?

We are uptodate with the version 11.0

Regards
 
Hello,

Check your plesk services status.

Code:
/etc/init.d/psa status

If you see “psa is stopped” instead, try starting it:

Code:
 service psa start

Even if the service starts with no errors, it is recommended that you check the service’s error log file (/var/log/sw-cp-server/error_log) to see why it failed.
 
Back
Top