Re: Maintaining multiple PHP-FPM versions on the same host

2023-07-10 Thread Mike Fischer
Ok, I understand what you are saying. Your replies where helpful in that I now know what workaround options I have. I agree this is ultimately a more general rcctl(8) or rc(8) issue. And I don’t have any ideas on how to improve that. But given that a somewhat high level interface such as rcctl(

Re: Maintaining multiple PHP-FPM versions on the same host

2023-07-10 Thread Stuart Henderson
On 2023/07/10 15:57, Mike Fischer wrote: > >> (Note: I know this could be further reduced to just one master process for > >> each version with a chroot(2) and a non-chroot(2) pool defined in the > >> single php-fpm.conf for each PHP version. But that is irrelevant to the > >> issue at hand.) >

Re: Maintaining multiple PHP-FPM versions on the same host

2023-07-10 Thread Mike Fischer
Hi Stuart, thanks for your response. Please see my inline comments below… > Am 10.07.2023 um 13:26 schrieb Stuart Henderson : > > (moving to ports@, reply-to set) > > > On 2023-07-10, Mike Fischer wrote: >> Hi! >> >> I’m trying to figure out the best way to maintain multiple php-fpm setups a

Re: Maintaining multiple PHP-FPM versions on the same host

2023-07-10 Thread Stuart Henderson
(moving to ports@, reply-to set) On 2023-07-10, Mike Fischer wrote: > Hi! > > I’m trying to figure out the best way to maintain multiple php-fpm setups at > the same time and ran into a somewhat annoying issue. > > I’m not sure how many other users might have a similar situation? If this > som