您的位置:首页 > 运维架构 > Apache

ubuntu apache 500 Internal Server Error

2013-12-21 15:12 423 查看
环境: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。

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: