I am trying to switch my Apache - PHP setup over to use the Apache event module and PHP-MPM with fastcgi in order to get better performance.
I am running Leap 15.6.
I followed the SDB article: SDB:Apache FastCGI and PHP-FPM configuration - openSUSE Wiki
No problems with starting services. Everything is running, but I cannot use it.
I keep on getting this error:
“AH01071: Got error ‘Unable to open primary script: //srv/www/htdocs/index.php (Permission denied)’”
I have searched the net for answers, but I do not get any answers that work.
I have set the permissions of /srv/www/htdocs/index.php to wwwrun:www (the user and grout that apache and the php-fpm process is running), but that did not resolve the issue.