2014-03-10 14:44:01
来 源
itjs.cn
Apache故障处理
本文介绍解决Apache服务器错误internalservererror,希望对于初学Apache服务器相关的朋友有帮助,更多Apache安装、配置、报错处理等资源请本站内搜索。
Internal Server Error

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

Please contact the server administrator, [email protected] 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.

apache错误日志如下:

[Mon May 16 10:02:30 2011] [alert] [client 127.0.0.1] D:/wamp/www/Think/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

解决1:

1. 打开 httpd.conf

2.找到 mod_rewrite.so 行,将前面的注释打开(即删掉前面的'#'符号)。

3.关闭httpd.conf,重启apache服务器即可。

解决2:

httpd.conf 中找到你网站目录对应的Directory 行,将其中的 RewriteEngine 项设置为 'ALL'。

声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。