Thursday, August 16, 2018

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

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" <marianielias@gmail.com> wrote:

> 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.

No comments:

Post a Comment