Re: php 5.6 and php 7 using php-fpm ?

2018-08-16 Thread Elias M. Mariani
That hit the spot. Thanks! 2018-08-16 18:57 GMT-03:00 Stuart Henderson : > To run the two versions concurrently, use the rc.conf.local flags variables > (php56_fpm_flags/php70_fpm_flags) to give them different config files (-y > /path/to/fpm.conf). > > -- > Sent from a phone, apologies for poor fo

Re: php 5.6 and php 7 using php-fpm ?

2018-08-16 Thread Stuart Henderson
To run the two versions concurrently, use the rc.conf.local flags variables (php56_fpm_flags/php70_fpm_flags) to give them different config files (-y /path/to/fpm.conf). -- Sent from a phone, apologies for poor formatting. On 16 August 2018 22:09:57 "Elias M. Mariani" wrote: Hi, Somebody kn

php 5.6 and php 7 using php-fpm ?

2018-08-16 Thread Elias M. Mariani
Hi, Somebody knows how to set up 2 different socks, one with php56 and another with php70 ? Yo can just run rcctl start php56_fpm php70_fpm Because they would use the same fpm.sock. And this is configured in /etc/php-fpm.conf, I did not found another place to configure this. Cheers. Elias.