DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43762>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43762 Summary: Misleading tips in an error message about internal redirects Product: Apache httpd-2 Version: 2.3-HEAD Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P4 Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When facing a rewrite loop condition problem, the following error message is printed to the error log: [Thu Nov 01 01:01:01 2007] [error] [client 00.000.000.00] 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. It is not evident at all that this is due to a rewrite loop condition, especiall when enabling LogLevel debug won't produce any "backtrace" as claimed. This is very misleading. A notice level log entry about this is being caused by a rewrite loop condition (debugged using the RewriteLog directive) would be in place - or some mentioning of this in the original error message information would be even clearer, for instance: "Use 'RewriteLog' to debug misconfigured rewrite rules". -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
