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


--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to