ubuntu apache 500 Internal Server Error

来源:互联网 发布:好吃的东西 知乎 编辑:程序博客网 时间:2024/06/01 10:32

环境:ubuntu-12.04

Internal Server Error

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

Please contact the server administrator, hfutonline@163.com 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.

我们去看下apache2的log

vim /var/log/apache2/error.log



因为是刚配置的缘故,好多模块也没有开启。这里很明显看见提示了,rewrite模块没有启用。我们开启下rewrite模块,以后重启apache。


0 0