Apache2 什么是日志级调试?

Apache2 什么是日志级调试?,apache2,rewrite,Apache2,Rewrite,我的站点的My error.log文件显示 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., referer: http://URL/TO/REFERER

我的站点的My error.log文件显示

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., referer: http://URL/TO/REFERER
我的问题是,什么是LogLevel?我已经在谷歌上搜索过了,但似乎我只是对java有所了解。我们的网站是在PHP

更新


我在apache2.conf中添加了
logleveldebug
,并重新启动了apache,但在错误日志中没有任何不同。

在debian上,编辑/etc/apache2/apache2.conf并添加:

RewriteLogLevel 3
RewriteLog "/var/log/apache2/rewrite.log"
然后重新加载apache:

/etc/init.d/apache2 reload
从浏览器访问您的http网页,如果错误仍然存在, 您将在文件中看到有关错误的一些信息:

/var/log/apache2/rewrite.log

RewriteLogLevel已经完全被Debian Lenny所取代:)这在最新版本的Apache上不起作用(至少在Ubuntu上是我的2.4.6版)。这帮了我的忙