I am seeing, for a particular client, a lot of errors like this within the apache error log:
I am running fastcgi and have set some options in the apache post config in whm:
Any ideas as to what may be going on here?
Code:
[Mon Dec 30 15:41:42.329886 2013] [:warn] [pid 21043] (104)Connection reset by peer: [client xxx.xxx.xxx.xxx:59131] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: [url]http://www.domain.tld/[/url]
[Mon Dec 30 15:41:42.342693 2013] [:warn] [pid 21051] (32)Broken pipe: [client xxx.xxx.xxx.xxx:31010] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: [url]http://www.domain.tld/[/url]
[Mon Dec 30 15:41:42.344245 2013] [:warn] [pid 21062] (32)Broken pipe: [client xxx.xxx.xxx.xxx:20925] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: [url]http://www.domain.tld/[/url]
[ 2013-12-30 15:41:46.0001 19825/7f6708fd2700 Pool2/Pool.h:723 ]: Analytics collection time...
[ 2013-12-30 15:41:46.0003 19825/7f6708fd2700 Pool2/Pool.h:827 ]: Analytics collection done; next analytics collection in 5.000 sec
[Mon Dec 30 15:41:47.244833 2013] [:warn] [pid 20872] (32)Broken pipe: [client 108.162.216.138:29079] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: [url]http://www.domain.tld/url-path/[/url]
Code:
<IfModule mod_fcgid.c>
FcgidProcessLifeTime 8200
FcgidIOTimeout 8200
FcgidConnectTimeout 400
FcgidMaxRequestLen 1073741824
FcgidMaxRequestsPerProcess 1500
FcgidMaxProcessesPerClass 100
FcgidFixPathinfo 1
FcgidIdleTimeout 900
FcgidIdleScanInterval 120
FcgidBusyTimeout 300
FcgidBusyScanInterval 120
FcgidErrorScanInterval 9
FcgidZombieScanInterval 9
</IfModule>