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

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