A page is resulting in a 500 error and the log shows this:
[Wed Mar 20 11:19:23 2013] [warn] [client 127.0.0.1] (104)Connection reset by peer: mod_fcgid: ap_pass
This is a PHP-FCGI
limit error you're receiving. You'll need to adjust either the "PHP_FCGI_MAX_REQUESTS
" variable inside the "fcgi-bin/php5.fcgi" file for the domain or "FcgidMaxRequestsPerProcess
" variable inside the Apache config file.
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#examples