• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

504 Gateway Time-out or blank page when trying to access to Plesk

wtfred

New Pleskian
Hello,

I can't log into Plesk, because whenever i try to go to https://x.x.x.x:8443 or https://fqdn:8443 i got a blank page or a 504 gateway timeout.

It may have started when i kill some "Scheduled Tasks" of a virtual user. Thoses task where apparently stuck since a few days.

I didn't find a solution among all those of the KB.

I tryied to restart apache, php5-fpm, mysql, then "/etc/init.d/psa restart". I even reboot the server.
I tried to find some lead into the log files, but it seems the only one who got filled is /var/log/sw-cp-server/error_log, where i got :
Code:
[error] 1474#0: *354 upstream timed out (110: Connection timed out) while reading response header from upstream, client: x.x.x.x, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock", host: "x.x.x.x:8443"

All my subscriptions are still working good, i only can't access to Plesk.

Thanks for your help
 
Try to clear cache with

# rm -rf /var/lock/lmlib/container_locks
# rm -f /usr/local/psa/var/cache/*
# service sw-engine restart
 
Thanks, it worked, you save my day :)
I didn't have any "lmlib" directory in /var/lock, but i had one file "SharedLockManagerStorage0.1" in /usr/local/psa/var/cache/
 
Hi

I have the same problem. My browser cannot connect to port 8443.
--
ERR_CONNECTION_REFUSED
--

All my subscriptions are working.
Disk space is fine 38% used.

I've tried:
--
# rm -rf /var/lock/lmlib/container_locks
# rm -f /usr/local/psa/var/cache/*
# service sw-engine restart
--

And
--
ps aux | grep backup
rm -rf /usr/local/psa/PMM/rsessions/*
rm -rf /usr/local/psa/PMM/sessions/*
rm -rf /usr/local/psa/PMM/tasks/*
--

Any other suggestions for me.

Many Thanks
 
Back
Top