Hello, I’m a Linux Newbie that just swapped from Ubuntu to OpenSUSE Leap (15.4). I’m currently having troubles installing WordPress, as I can’t seem to get PHP-FPM to work; the guide I’m following can be found here, I understand it’s for tumbleweed but I highly doubt they are that different. The only thing I changed in this guide is the php version, I replaced every ‘php7’ with ‘php8’.
When I try to change the ownership of php-fpm.sock and php-fpm.pid, it says ‘no such directory or file’. However, attempting to start php-fpm gives me an error of ‘Permission Denied (13)’. Where are those files located for PHP 8?
php-fpm.sock and php-fpm.pid are created in directory /var/run/ when starting php-fpm, with ownership as set in /etc/php8/fpm/php-fpm.d/www.conf (where ''www" may be YOUR_WEBSITE_NAME):