How to install/configure PHP 8 with Apache in Oracle Linux?
I couldn't find PHP 8 related repos in Oracle Linux.
What i tried so far is:
- Installed PHP 8 manually by downloading tar.
- installed httpd from repo using
sudo dnf install httpd
How to link both?
Now when I am opening a website it is showing PHP code instead of executing it.
How to configure PHP with Apache manually?
What packages should I install?