outl4w
08-01-2017, 16:10
Salve, il mio VPS mi da decine di volte al giorno questi 2 errori:
[Wed Jan 04 16:37:20.778660 2017] [fcgid:warn] [pid 699:tid 139802292729600] (32)Broken pipe: [client 137.135.43.15:51202] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: http://www.sito.it/2017/01/dell-latitude-5285-ufficiale-al-ces-2017-tablet-convertibile-rivale-dei-surface/
[Wed Jan 04 17:05:22.120892 2017] [fcgid:warn] [pid 15490:tid 139802301122304] (104)Connection reset by peer: [client 94.36.111.105:18015] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: https://www.google.it/search?pws=0&hl=it&safe=images&v=2.0&q=app+windows+10+phone+frequenze&rlz=1MIGYWN_itIT686&client=mobilesearchapp&channel=mf-wp-cht-all-0112-10&dc=grlz-GYWN
L'assistenza mi dice che sono errori di gente che aprono e chiudono il sito senza materialmente visualizzarlo e che non è dovuto al server. E' vero? Allego il codice che il server usa.
/* Now pass any remaining response body data to output filters */
if ((rv = ap_pass_brigade(r->output_filters,
brigade_stdout)) != APR_SUCCESS) {
if (!APR_STATUS_IS_ECONNABORTED(rv)) {
ap_log_rerror(APLOG_MARK, APLOG_WARNING, rv, r,
"mod_fcgid: ap_pass_brigade failed in "
"handle_request_ipc function");
}
return HTTP_INTERNAL_SERVER_ERROR;
}
[Wed Jan 04 16:37:20.778660 2017] [fcgid:warn] [pid 699:tid 139802292729600] (32)Broken pipe: [client 137.135.43.15:51202] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: http://www.sito.it/2017/01/dell-latitude-5285-ufficiale-al-ces-2017-tablet-convertibile-rivale-dei-surface/
[Wed Jan 04 17:05:22.120892 2017] [fcgid:warn] [pid 15490:tid 139802301122304] (104)Connection reset by peer: [client 94.36.111.105:18015] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: https://www.google.it/search?pws=0&hl=it&safe=images&v=2.0&q=app+windows+10+phone+frequenze&rlz=1MIGYWN_itIT686&client=mobilesearchapp&channel=mf-wp-cht-all-0112-10&dc=grlz-GYWN
L'assistenza mi dice che sono errori di gente che aprono e chiudono il sito senza materialmente visualizzarlo e che non è dovuto al server. E' vero? Allego il codice che il server usa.
/* Now pass any remaining response body data to output filters */
if ((rv = ap_pass_brigade(r->output_filters,
brigade_stdout)) != APR_SUCCESS) {
if (!APR_STATUS_IS_ECONNABORTED(rv)) {
ap_log_rerror(APLOG_MARK, APLOG_WARNING, rv, r,
"mod_fcgid: ap_pass_brigade failed in "
"handle_request_ipc function");
}
return HTTP_INTERNAL_SERVER_ERROR;
}