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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
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.
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.
