Install Apache PHP
This revision is from 2024/06/01 04:31. You can Restore it.
sudo apt install apache2
sudo apt install php libapache2-mod-php
sudo apt install php-mysql
sudo apt install php-gd
Add Python support
sudo apt install libapache2-mod-uwsgi
sudo a2enmod uwsgi
DB Support
sudo apt install mariadb-server