On Dec 10, 2007 3:34 PM, Chris Arnold <carnold@xxxxxxxxxxxxxxxxxxx> wrote: > In apache 2.2.3 on linux, i am getting a boat load of; > > [Fri Nov 30 16:06:14 2007] [error] [client x] 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. > > In what file is LimitInternalRecursio found? I have searched through > httpd.conf, default-server.conf and global.conf. Or what is the proper > way to fix this error? You can put it in any config file that is "Include"d in httpd.conf (or in httpd.conf directly). But the most likely explanation for this message is that you have a loop someplace that needs to be fixed. Perhaps you have a RewriteRule or SSI page that is generating an infinite loop. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx