On 2/17/25 05:44, François Patte wrote:
Bonjour,
Bonjour,
I try to have apache+php running and as far as I can see on fedora help, I have to enable and start php-fpm service.
<snip/>
For more information , I have to ask: "journalctl -xeu php-fpm.service"
Often useless but occasionally helpful...
<cite> php-fpm.service: Failed with result 'exit-code' Failed to start php-fpm.service - The PHP FastCGI Process Maed to start php-fpm.service - The PHP FastCGI Process Manager </cite>
There are a couple of steps to be done after the bits and pieces are installed.
Have you...
sudo a2enmod proxy_fcgi setenvif
sudo systemctl enable php8.X-fpm
then...
if httpd is not running...
sudo systemctl start httpd
else
sudo systemctl reload httpd
and finally...
sudo systemctl restart php8.X-fpm
Should get the ball rolling.
Mike Wright