From: Rich Bowen Date: Mon, 3 Oct 2011 19:14:23 +0000 (+0000) Subject: TODO note regarding the LimitInternalRecursion error message. X-Git-Tag: 2.3.15~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88659be5ba1383f120a6dcd87774a76ed0b218e5;p=thirdparty%2Fapache%2Fhttpd.git TODO note regarding the LimitInternalRecursion error message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178523 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/STATUS b/docs/STATUS index 95ef42aa164..187447551a0 100644 --- a/docs/STATUS +++ b/docs/STATUS @@ -157,6 +157,15 @@ To Do List different approaches and make intelligent remarks about the comparative value of each. +- Fix this error message: + 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. + This error message is often returned when a RewriteRUle loops, in + which case setting LimitInternalRecursion won't do anything towards + fixing the problem. However, the error message is already very long. + Thoughts? + LaTeX Todo list ================== @@ -173,3 +182,4 @@ LaTeX Todo list - Translations. +