I’m trying to install the new version of hestia on ubuntu 22.04 oracle.
I created a new instance and ran apt update and apt ugrade.
During the installation I got this message:
[ * ] Configuring the Apache Web Server...
[ * ] Installing PHP 8.3...
[ * ] Configuring PHP-FPM 8.3...
The job for php8.3-fpm.service failed because the control process exited with an error code .
See “systemctl status php8.3-fpm.service” and “journalctl -xeu php8.3-fpm.service” for details.
Error: php-fpm failed to start
The installation log shows this error:
Processing triggers for php8.3-cli (8.3.16-1+ubuntu22.04.1+deb.sury.org+1) ...
Processing triggers for dovecot-core (1:2.3.16+dfsg1-3ubuntu2.4) ...
invoke-rc.d: policy-rc.d denied execution of restart.
Processing triggers for php8.3-fpm (8.3.16-1+ubuntu22.04.1+deb.sury.org+1) ...
invoke-rc.d: policy-rc.d denied executing restart.
WARNING: You are not enabling PHP 8.3 FPM by default.
NOTICE: To enable PHP 8.3 FPM on Apache2, do the following:
NOTICE: a2enmod proxy_fcgi setenvif NOTICE: a2enconf php8.3-fpm NOTICE:
You are seeing this message because you have the apache2 package installed.