Error 500 LimitInternalRecursion in httpd.log

blowthebullet

New member
Joined
Jun 10, 2009
Messages
1
Some of our users are not able to get on our server, they get a 500 error (server error).

The log says this:
[Wed Jun 10 03:37:12 2009] [error] [client 203.97.214.228] 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://www.moddb.com/mods/cc-shockwave. (many times)

I look it up and it gives me the idea that the server gets in a infinite loop ,when the server has making his 10th loop it will break on the 11th loop. from: INFO, this because the LimitInternalRecursion is set on 10.

When i add this command to the end of the config file 'httpd.conf' like:
LimitInternalRecursion = 20

Apache won't work anymore :s, how can you configure the LimitInternalRecursion in de httpd.conf correct in directadmin ?

My server config:
Centos: 5.3
DA version: 1.336000
ns1.softalogic.nl (93.157.0.120)
ns2.softalogic.nl (93.157.0.121)

Thank you for your time,

Greetz,

Blowthebullet aka barth
 
Generally when this happens you've got a redirect somewhere that's redirecting to the same URL.

Jeff
 
Back
Top