Join the community today
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,799
    391
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +999
    Local Time:
    10:55 PM
    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

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    12:55 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yup :)
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    12:55 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    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.