My error.log file for my site says
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://URL/TO/REFERER
My question is, what is LogLevel? I've googled it but it seems like I'm just getting things about java. Our site is in PHP.
Update
I added LogLevel debug
to the apache2.conf and restarted apache but am getting nothing different in the error logs.