]> granicus.if.org Git - apache/commitdiff
TODO note regarding the LimitInternalRecursion error message.
authorRich Bowen <rbowen@apache.org>
Mon, 3 Oct 2011 19:14:23 +0000 (19:14 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 3 Oct 2011 19:14:23 +0000 (19:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178523 13f79535-47bb-0310-9956-ffa450edef68

docs/STATUS

index 95ef42aa164f4db3a79dd0ef3646d4e0fabfe739..187447551a028c4f2b1feaf829ce886fba39708f 100644 (file)
@@ -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.
 
+