[bug] after creatini domain via cli, php files do not work, error 500

if i add website via hestia web panel, eveything works, but if i add website via cli command:
v-add-domain admin test.bla.com

i get errors:
[Sat Feb 11 04:53:09.657226 2023] [proxy:error] [pid 46975:tid 139876201469696] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php8.0-fpm-test.bla.com.sock (*:80) failed
[Sat Feb 11 04:53:09.657427 2023] [proxy_fcgi:error] [pid 46975:tid 139876201469696] [client 185.235.128.202:0] AH01079: failed to make connection to backend: httpd-UDS

website gives error 500, it cannot handle php files, but html files work ok

installed latest hestia, with configuration: nginx + apache2 + multiphp (fastcgi)
native php on server is 8.0.27
operating system: Ubuntu 20.04.5 LTS
kernel: Linux 5.4.0-88-generic

Check if php8.0-fpm-test.bla.com.sock exists

And make sure store restart php-fpm

file /run/php/php8.0-fpm-test.bla.com.sock was absent
restarting php-fpm helped:

systemctl restart php8.0-fpm

thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.