PHP installation not working together with httpd

Hello,

I have been trying to install a LAMP stack on Fedora 33. I already managed to do so on different distros without problems, but I am unable to do so in Fedora. httpd installs and runs fine, but it does not execute php files and instead displays them as source code in the browser.
On other distros, I always used mod_php, but as Fedora dropped support for it, I need to use php-fpm.
I followed several tutorials online on how to set up httpd with php-fpm and changed the http.conf accordingly, but unfortunately, PHP files are still not executed by httpd.
I found very little on how to set up a LAMP stack with php-fpm on Fedora. A small guide on how to do it correctly would be great. I feel like I always miss an important configuration part. If someone has more information about this process, it would help me a lot!

1 Like

Try this way:

4 Likes

Thanks! I don’t know why I didn’t come across this earlier. It works perfectly well now.

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.