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

Plesk Frontend Internal Server Error after Upgrading to 9.2.1

M

M:ke

Guest
Hello.

I got an Internal Server Error after SUCCESSFUL upgrade.
# tail -f /var/log/sw-cp-server/error_log

2009-06-17 19:52:23: (mod_fastcgi.c.893) bind failed for: unix:/usr/local/psa/tmp/sw-engine.sock-0 Permission denied
2009-06-17 19:52:23: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed.

Solution: You have to chmod the directory.
# chmod g+w /usr/local/psa/tmp/

That works for me - for now.
 
Back
Top