Hi,
My website was working good. But suddenly I get “This page isn’t working www.genuineonlinefreejobs.com is currently unable to handle this request. HTTP ERROR 500”
Is this error related to server?
How to fix it?
Thanks
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.
This question was answered by @mikesale:
It is the very definition of a server side error.
You need to review your server logs as you have configured your nginx or apache web server to get the reason for the error.
If you’re using Ubuntu/Apache2 they’re typically found in /var/log/httpd/apache2/ with a fill name of error.log
You may also need to look at your php logs, mine running fpm are found in /var/log/
It is the very definition of a server side error.
You need to review your server logs as you have configured your nginx or apache web server to get the reason for the error.
If you’re using Ubuntu/Apache2 they’re typically found in /var/log/httpd/apache2/ with a fill name of error.log
You may also need to look at your php logs, mine running fpm are found in /var/log/