Oct
23
2006
23
2006
HTTP Error 500 Internal server for php pages and solution
You get “500 - Internal server error” error message when a user tries to access your Apache or Lighttpd based dynamic php application (such as forum or blog software).
Generally, to solve this problem you need to take help of log files located at following location:
=> /var/log/message
=> /var/log/httpd/error_logs (/var/log/lighttpd/error_log or /var/log/httpd/error_log)
So you may be wondering why your PHP script throws an Internal Server Error 500.
[More in this Article...]
HTTP Error 500 Internal server for php pages and solution
Originally from nixCraft by
