I'm trying to serve a website running Apache2 alongside PHP on my Raspberry Pi 1.3.
I have already installed Apache with sudo apt install apache2 -y followed by sudo apt install php libapache2-mod-php -y. The RootDocument is pointing to index.php.
However, PHP is not loading. When I try to lookup the module inside /etc/apache2/mods-available, the PHP module itself is nowhere to be found. What can I do?