Error Log, server locking up at lease once a week.

I have two errors that I seem to get once or twice an hour. Not sure what it means.

(103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function

[Mon Feb 28 05:34:51 2011] [error] [client xxx.xx.xxx.xx] 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.

Cananyone tell me what they mean, and how to fix it?

Michael

Status: 
Active

Comments

The first error is harmless, and just means the browser or robot browsing your site stopped the connection before the page finished loading.

The second error sounds like there's some sort of redirect taking place that's in an infinite loop.

Do you have a redirect setup on that particular domain? If not, it's possible your web application has a .htaccess file with a redirect in it that's causing that problem.