Getting Internal Server Error while trying to access my site

前端 未结 4 1517
悲&欢浪女
悲&欢浪女 2020-12-01 19:16

I am getting this error.

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete y

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-01 19:43

    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.

提交回复
热议问题