0

Our server has just been hacked few days ago, we made a complete backup of it, but, from that time, we get erros while trying to access our websites hosted on it : some times, everything works perfectly, and then when we refresh the page, we get an error message :

Internal server error

Where could that come from ?

Thanks

Miles M.
  • 371
  • 1
  • 2
  • 11

1 Answers1

2

Check the logs. The answer is there:

  • Apache Logs
  • Lighthttp logs: /var/log/lighttpd
  • Some nginx logs
  • Linux Logs:
    • /var/log/message
    • /var/log/auth.log
    • /var/log/kern.log
    • /var/log/secure
    • /var/log/yum.log
  • MySQL logs: /var/log/mysqld.log
Wesley
  • 32,320
  • 9
  • 80
  • 116