Installing FreePBX 17 beta version on Ubuntu 20.04

It’s not that hard. Just follow “How to Install FreePBX 17 on Debian 12 with Asterisk 20

But after succesful installation, I can’t open my website for set up.

I went to check apache log shows”Apache 2.4 Error: FCGI: attempt to connect to Unix domain socket /run/php/php8.2-fpm.sock”

So how to solve that??

After a little search, you need edit this file “www.confg”

located in  /etc/php/8.2/fpm/pool.d/www.conf

so in command mode,

“nano /etc/php/8.0/fpm/pool.d/www.conf”

edit those ,

——————————–

User = asterisk
Group = asterisk

listen.owner = asterisk
listen.group = asterisk
listen.mode = 0660

listen.acl_users = asterisk
listen.acl_groups = asterisk

————————–

^x save and restart apache2 with “service apache2 restart” command line

then go back to your web page it will show for setup up password like that…

So have fun … 🙂