Get the most out of your Centmin Mod LEMP stack
Become a Member

Beta Branch Centmin Mod .08 beta03+ Multiple PHP-FPM pools support added

Discussion in 'Beta release code' started by eva2000, Jun 27, 2015.

  1. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    9:16 AM
    But if I wanted pool0 to just be used on a particular site I would remove

    Code:
    fastcgi_next_upstream error timeout http_500 http_503;
    fastcgi_pass phpbackend;
    fastcgi_keep_conn on;
    and put back the

    Code:
    fastcgi_pass   127.0.0.1:9000;


     
  2. eva2000

    eva2000 Administrator Staff Member

    54,548
    12,221
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,790
    Local Time:
    12:16 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yup :)
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,548
    12,221
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,790
    Local Time:
    12:16 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Nov 11th, 2016 update: If your forum software gives 503 http status codes when closing the forums, you may need to add an additional workaround for multiple php-fpm pool configs outlined here.