【发布时间】:2014-02-15 12:42:12
【问题描述】:
我正在与 Vagrant 一起做一个 Laravel 项目。我使用以下 URL 访问我的项目:localhost:8081
但最近,当我运行“Vagrant up”并尝试通过浏览器访问时,它显示“内部服务器错误”。
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
我唯一怀疑导致此问题的原因如下: 我的 torrent 客户端经常崩溃,我输入了以下命令来修复我的 torrent 崩溃:“netsh interface teredo set state disabled”(在网上找到了这个解决方案)
当我看到 vagrant ssh 进入我的虚拟机并 cd 进入 /var/log/apache2 并打开 error.log 时,我得到以下信息:
[Sat Feb 15 11:17:47.144253 2014] [core:error] [pid 924] [client 10.0.2.2:51189] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Sat Feb 15 11:17:51.706669 2014] [core:error] [pid 922] [client 10.0.2.2:51190] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
请帮忙,谢谢!
【问题讨论】: