Wednesday, March 30, 2022

Re: issue with move to php8 as default

> rc.conf.local


cool! thanks!

Just in case it helps someone in the future, i added:

php74_fpm_flags=-y /etc/php74-fpm.conf
php80_fpm_flags=-y /etc/php80-fpm.conf

to rc.conf.local, which each reference

listen = /var/www/run/php74/php-fpm.sock and listen =
/var/www/run/php80/php-fpm.sock respectively. This works.

No comments:

Post a Comment