For some unknown reasons when I try to complete KKE task for Linux- Level 4 "Configure nginx + php-fpm using unix sock’ task gives me error like this, despite that the correct version is installed
Can someone solve my problem: what should I do?
For some unknown reasons when I try to complete KKE task for Linux- Level 4 "Configure nginx + php-fpm using unix sock’ task gives me error like this, despite that the correct version is installed
You need to install php which will also install the fpm component with
dnf module -y install php:8.1/common
There is a fair bit of configuration to do to make it work - this is level 4 after all.