By prasadWalrus
Dear Team,
I am unable to login to plesk pannel from Monday evening it gives error 157.245.111.98 is currently unable to handle this request. HTTP ERROR 500 request.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
You would need to check your Plesk error log to see the actual error. To do so, you need to SSH to the server and then check the log at /var/log/sw-cp-server/error.log:
tail -100 /var/log/sw-cp-server/error.log
As described here a common cause of this problem is that you might have to set correct permissions to the following directories:
Set valid permissions for system directories:
chown root:root /tmp
chmod 1777 /tmp
chown root:apache /usr/sbin/suexec
chmod 4510 /usr/sbin/suexec
chown root:sw-cp-server /usr/lib64/sw-cp-server/sw-suexec
chmod 4710 /usr/lib64/sw-cp-server/sw-suexec
And finally restart sw-cp-server:
service sw-cp-server restart
Let me know how it goes. Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.