• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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