Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting Internal Server Error while trying to access my site

I am getting this error.

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 mod_fcgid/2.3.6 Server at www.crimsonbux.com Port 80

Can someone please let me know how I can solve it?

like image 320
user1478427 Avatar asked Jun 24 '12 17:06

user1478427


1 Answers

I am also getting 500 Internal server error. My Problem

Try checking the server error. In my case I used

cd /var/log

Then I used sudo cat apache2/access.log (I was not able to cd into the apache2 directory directly, so this workaround)

also try sudo cat apache2/error.log if it helps.

like image 123
uutsav Avatar answered Oct 21 '22 11:10

uutsav