Installation
Chester Wyke September 21, 2022 Updated: April 26, 2025 #ApacheInstall
Install apache with php and required mods/plugins
sudo apt install apache2
sudo apt install php php-mysql libapache2-mod-phpRestart Server
Restart is required to reload config, enable and disable modules
sudo systemctl restart apache2
NB: After testing don’t forget to remove the default index.html