After upgrade from ubuntu 14.04 to 16.04.2 apache is acting weird

Discussion in 'ISPConfig 3 Priority Support' started by rob_morin, Apr 9, 2017.

  1. rob_morin

    rob_morin Member

    SO i have this website superchute.com that is very slow now after upgrade. When i check the error logs i see this...

    [Sun Apr 09 11:11:42.686906 2017] [fcgid:warn] [pid 2052] [client 185.93.229.2:14620] mod_fcgid: can't apply process slot for /var/www/php-fcgi-scripts/web182/.php-fcgi-starter, referer: http://superchute.com/wp-admin/admin.php?page=wpcf7&post=23315&active-tab=0
    [Sun Apr 09 11:11:44.688599 2017] [fcgid:warn] [pid 2252] [client 185.93.229.2:14952] mod_fcgid: can't apply process slot for /var/www/php-fcgi-scripts/web182/.php-fcgi-starter, referer: http://superchute.com/wp-admin/admin.php?page=wpcf7&post=23315&action=edit&lang=fr&admin_bar=1
    [Sun Apr 09 11:12:00.730085 2017] [fcgid:warn] [pid 2133] [client 185.93.229.2:17600] mod_fcgid: can't apply process slot for /var/www/php-fcgi-scripts/web182/.php-fcgi-starter, referer: http://superchute.com/wp-admin/post.php?post=27442&action=edit&lang=en
    [Sun Apr 09 11:12:02.555229 2017] [fcgid:warn] [pid 2245] [client 185.93.229.2:17942] mod_fcgid: can't apply process slot for /var/www/php-fcgi-scripts/web182/.php-fcgi-starter
    [Sun Apr 09 11:14:04.704392 2017] [fcgid:warn] [pid 2845] (32)Broken pipe: [client 185.93.229.2:50502] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
    [Sun Apr 09 11:14:15.911565 2017] [fcgid:warn] [pid 2855] (32)Broken pipe: [client 185.93.229.2:52528] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function


    The website is slow when selecting different tabs....
    in the vhost file for that website the fcgi section is like this:

    # For config options see: http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
    <IfModule mod_fcgid.c>
    IdleTimeout 300
    ProcessLifeTime 3600
    # MaxProcessCount 1000
    DefaultMinClassProcessCount 0
    DefaultMaxClassProcessCount 10
    IPCConnectTimeout 3
    IPCCommTimeout 600
    BusyTimeout 3600
    </IfModule>


    in the control panel this website is set for fast-cgi and php7
    I was thinking of using php-fm but its not installed on the server. how would i installed it and would it affect teh workings of any websites?

    Thanks...
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Run:

    grep -R FcgidMaxProcesses /etc/apache2

    to find the place where this variable is set globally (most likely /etc/apache2/mods-enabled/fcgid.conf), raise it and restart apache.
     
  3. rob_morin

    rob_morin Member

    Thanks, that helped!
     

Share This Page