Forum Moderators: phranque
[Wed Dec 06 13:17:52.158205 2023] [core:error] [pid 7247:tid 47778602907392]
[client 123.45.67.89:0]
AH00124: 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. As you can see, the error doesn’t tell me a domain name or page that’s creating the problemBut it does tell you a time and IP, which can be cross-checked against access logs. (Not, ahem, manually. Shove them all into whatever bin they normally live in, and fire up something that will do a multi-file search.)
One possible, embarrassingly simple cause of this specific problem is if a request is blocked and you forgot to poke a hole for your custom 403 page.
[Thu Dec 07 00:29:28.536915 2023] [ssl:debug] [pid 30384:tid 47956824733440] ssl_engine_kernel.c(422): [client 192.241.84.4:0] AH02034: Initial (No.1) HTTPS request received for child 17 (server myserver.com:443)
[Thu Dec 07 00:29:28.538402 2023] [core:error] [pid 30384:tid 47956824733440] [client 192.241.84.4:0] AH00124: 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.
[Thu Dec 07 00:29:28.538465 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3943): [client 192.241.84.4:0] AH00121: r->uri = /403.shtml
[Thu Dec 07 00:29:28.538481 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3950): [client 192.241.84.4:0] AH00122: redirected from r->uri = /403.shtml
[Thu Dec 07 00:29:28.538507 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3950): [client 192.241.84.4:0] AH00122: redirected from r->uri = /403.shtml
[Thu Dec 07 00:29:28.538522 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3950): [client 192.241.84.4:0] AH00122: redirected from r->uri = /403.shtml
[Thu Dec 07 00:29:28.538535 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3950): [client 192.241.84.4:0] AH00122: redirected from r->uri = /403.shtml
[Thu Dec 07 00:29:28.538547 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3950): [client 192.241.84.4:0] AH00122: redirected from r->uri = /403.shtml
[Thu Dec 07 00:29:28.538558 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3950): [client 192.241.84.4:0] AH00122: redirected from r->uri = /403.shtml
[Thu Dec 07 00:29:28.538570 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3950): [client 192.241.84.4:0] AH00122: redirected from r->uri = /403.shtml
[Thu Dec 07 00:29:28.538581 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3950): [client 192.241.84.4:0] AH00122: redirected from r->uri = /403.shtml
[Thu Dec 07 00:29:28.538593 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3950): [client 192.241.84.4:0] AH00122: redirected from r->uri = /403.shtml
[Thu Dec 07 00:29:28.538605 2023] [core:debug] [pid 30384:tid 47956824733440] core.c(3950): [client 192.241.84.4:0] AH00122: redirected from r->uri = /foo/bar
RewriteCond %{REQUEST_URI} ^/403.shtml
RewriteRule ^ - [L]