Monday, March 28, 2022

Re: issue with move to php8 as default

Hi,

You can manually define where each version of PHP runs the
socket and the name of the socket.

Edit php-fpm.conf for the relevant version, i.e. PHP 7.4 or 8.

Look for the "listen" directive.

listen = /var/www/run/php-fpm.sock

You can change that so they don't conflict.

https://www.php.net/manual/en/install.fpm.configuration.php

Kind regards

--
Sent with Tutanota, the secure & ad-free mailbox.

No comments:

Post a Comment