PHPMyAdmin 500内部服务器错误

我家的PHPMyAdmin在一两天前工作的很好。 现在它给了我一个通用的500内部服务器错误,并build议我看看我的服务器日志。

Apache日志包含这些错误消息:

[Sun Feb 06 23:38:56 2011] [error] [client ::1] 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. 

这是我卡住的地方。 有什么东西在创造一个无限循环,但是它可能是什么? 自PHPMyAdmin上次工作以来,我没有做任何事情(我能想到)。 我将在哪里遵循LimitInternalRecursion和LogLeveldebuggingbuild议…某种.htaccess文件? 我不知道在哪里可以find。

任何人都可以提供任何针对解决scheme或行动方针的指针?

编辑:感谢Alvosu我已经能够从重写日志中获得一些信息:

 ::1 - - [07/Feb/2011:09:19:48 --0800] [localhost/sid#10080d720][rid#1009854a8/initial] (3) [perdir /Library/WebServer/Documents/] strip per-dir prefix: /Library/WebServer/Documents/pma/ -> pma/ ::1 - - [07/Feb/2011:09:19:48 --0800] [localhost/sid#10080d720][rid#1009854a8/initial] (3) [perdir /Library/WebServer/Documents/] applying pattern '^$' to uri 'pma/' ::1 - - [07/Feb/2011:09:19:48 --0800] [localhost/sid#10080d720][rid#1009854a8/initial] (3) [perdir /Library/WebServer/Documents/] strip per-dir prefix: /Library/WebServer/Documents/pma/ -> pma/ ::1 - - [07/Feb/2011:09:19:48 --0800] [localhost/sid#10080d720][rid#1009854a8/initial] (3) [perdir /Library/WebServer/Documents/] applying pattern '(.*)' to uri 'pma/' ::1 - - [07/Feb/2011:09:19:48 --0800] [localhost/sid#10080d720][rid#1009854a8/initial] (2) [perdir /Library/WebServer/Documents/] rewrite 'pma/' -> 'app/webroot/pma/' ::1 - - [07/Feb/2011:09:19:48 --0800] [localhost/sid#10080d720][rid#1009854a8/initial] (3) [perdir /Library/WebServer/Documents/] add per-dir prefix: app/webroot/pma/ -> /Library/WebServer/Documents/app/webroot/pma/ ::1 - - [07/Feb/2011:09:19:48 --0800] [localhost/sid#10080d720][rid#1009854a8/initial] (2) [perdir /Library/WebServer/Documents/] strip document_root prefix: /Library/WebServer/Documents/app/webroot/pma/ -> /app/webroot/pma/ 

任何人都可以解释,以了解我的问题?

LimitInternalRecursion不会帮助。 在虚拟主机或服务器configuration(/ etc / apache2 / ..或/ etc / httpd / .. for Linux)中添加RewriteLog和RewriteLogLevel指令。 然后看看重写日志。