error logs

Discussion in 'ISPConfig 3 Priority Support' started by jpcyrenne, Oct 20, 2019.

  1. jpcyrenne

    jpcyrenne Member HowtoForge Supporter

    Good day,

    Quick question. I know it's not exactly related to ISPConfig, but it is my setup. I have thousands of these:

    [Sun Oct 20 15:29:14.211487 2019] [fcgid:warn] [pid 29784] (104)Connection reset by peer: [client 94.130.237.96:23694] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
    [Sun Oct 20 15:29:19.724612 2019] [fcgid:warn] [pid 29950] (104)Connection reset by peer: [client 94.130.237.96:24318] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
    [Sun Oct 20 15:29:25.793990 2019] [fcgid:warn] [pid 29817] (104)Connection reset by peer: [client 94.130.237.96:24968] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
    [Sun Oct 20 15:29:27.119251 2019] [fcgid:warn] [pid 29816] (104)Connection reset by peer: [client 94.130.237.96:25146] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
    [Sun Oct 20 15:29:37.293799 2019] [fcgid:warn] [pid 29786] (104)Connection reset by peer: [client 94.130.237.96:26202] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
    [Sun Oct 20 15:29:38.029108 2019] [fcgid:warn] [pid 29856] (104)Connection reset by peer: [client 94.130.237.96:26268] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
    [Sun Oct 20 15:29:42.838683 2019] [fcgid:warn] [pid 29856] (104)Connection reset by peer: [client 94.130.237.96:26788] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
    [Sun Oct 20 15:29:45.627685 2019] [fcgid:warn] [pid 29819] (104)Connection reset by peer: [client 94.130.237.96:27036] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
    [Sun Oct 20 15:29:51.755233 2019] [fcgid:warn] [pid 30159] (104)Connection reset by peer: [client 94.130.237.96:27754] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

    Would this be more of a port scan attack or I read I can configure : FcgidOutputBufferSize 65536

    This is a WP site and the customer says the admin is slow... Just thought I'd ask.

    Thanks ahead.

    JP
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to set a larger buffer size, you can do that in the apache directives field of the website.
     
  3. jpcyrenne

    jpcyrenne Member HowtoForge Supporter

    No luck.

    I tried:
    FcgidOutputBufferSize 65536
    and
    FcgidOutputBufferSize 0 // to disable
    (restarted Apache2 each time).

    I even tried something I found :
    FcgidIdleTimeout 3600
    FcgidProcessLifeTime 7200
    FcgidMaxProcesses 64
    FcgidMaxProcessesPerClass 8
    FcgidMinProcessesPerClass 0
    FcgidConnectTimeout 300
    FcgidIOTimeout 7200
    FcgidIdleScanInterval 10
    IPCCommTimeout 7200
    IPCConnectTimeout 180
    FcgidMaxRequestsPerProcess 500
    FcgidOutputBufferSize 0

    Still having these log errors.

    JP
     

Share This Page