What is the correct configuration for multiple apache2 vhosts and multiple php5-fpm pools?
- by farinspace
I have a group of sites (group A) which I would like to run using one php5-fpm pool and a second group of sites (group B) which I would like to run using a second php5-fpm pool.
I can effectively define/create the pool in the fpm.conf file and I confirmed that it is running with the different user/group I've defined.
However I am unclear as to how to setup the apache virtual host config.
I've tried a few apache2 configurations but I seem to not be able to add the second pool.
If you've done this please help.