Install Apache PHP
This revision is from 2024/09/22 21:15. You can Restore it.
sudo apt install apache2
sudo apt install php libapache2-mod-php php-mysql php-gd
Add Python support
sudo apt install libapache2-mod-uwsgi
sudo a2enmod uwsgi
DB Support
sudo apt install mariadb-server
sudo mysql_secure_installation