59
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.
Apache/2.2.0 (Fedora) Server at bbt.com Port 80

This works fine in my local system but it is not working in the server.

3
  • 8
    please look at the server logs. Commented Jun 22, 2011 at 10:39
  • 2
    More information about this error may be available in the server error log. Is there any more information in the server log? This is a generic Apache error meaning "some other component encountered an error"; typically, it might be an error in your PHP script (different directory paths on devel and live? Access permissions in filesystem? Access error in database?) Commented Jun 22, 2011 at 10:41
  • Dup: stackoverflow.com/questions/5127838/… Commented Feb 14, 2014 at 11:06

2 Answers 2

52

Check your servers error log, typically /var/log/apache2/error.log.

Sign up to request clarification or add additional context in comments.

Comments

32

You should look for the error in the file error_log in the log directory. Maybe there are differences between your local and server configuration (db user/password etc.etc.)

usually the log file is in

/var/log/apache2/error.log

or

/var/log/httpd/error.log

3 Comments

How can I check them on the server?
On Server : Through Putty : tail - f /var/log/apache2/error.log if using core ftp or filezilla or winscp, than just go folder to folder.
I am using filezilla, unable to find such file / folder on server.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.