Hi,
I have also been getting LimitInternalRecursion errors in my Apache error logs, however I don't think this is related to my very occasional apache crashes.
Thanks for reminding me to update .htaccess with the latest rules. I was missing several of them. I must remember to compare htaccess.dist each time I upgrade WPMU.
My redirect errors seem to occur when editing a post or a page. For example:
[Tue Oct 07 11:25:41 2008] [error] [client xxx.xxx.xxx.xxx] 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://domain.com/wp-admin/page.php?action=edit&post=29&message=1&_wp_original_http_referer=http%3A%2F%2Fdomain.com%2Fbook-page%2F
Are your errors similar to this?
In my case, checking my Apache error log shows these relevant entries:
domain.com xxx.xxx.xxx.xxx - - [07/Oct/2008:12:00:46 +0800] "GET /wp-admin/page.php?action=edit&post=29 HTTP/1.0" 200 34998 "http://domain.com/book-page/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3"
domain.com xxx.xxx.xxx.xxx - - [07/Oct/2008:12:00:48 +0800] "GET /wp-includes/js/tinymce/tiny_mce_config.php?ver=20080811 HTTP/1.0" 200 74730 "http://domain.com/wp-admin/page.php?action=edit&post=29" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3"
domain.com xxx.xxx.xxx.xxx - - [07/Oct/2008:12:00:49 +0800] "GET /wp-includes/js/tinymce/URLPATHtinymce/editor_plugin.js?ver=311 HTTP/1.0" 500 618 "http://domain.com/wp-admin/page.php?action=edit&post=29" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3"
Which shows that the first 2 requests have a 200 response header, but the third request has a 500 response.
So for some reason the edit page screen tries to load this:
http://domain.com/wp-includes/js/tinymce/URLPATHtinymce/editor_plugin.js?ver=311
Does anyone know why this would be occurring?
Thanks.
James