How To Setup a Functionnal LAMP Server
Clean installation on Apache, MariaDB and PHP on Ubuntu Server 20.04.
Install packages
sudo apt install apache2 python3-certbot-apache mariadb-server mariadb-client php php-curl php-fpm php-gd php-imagick php-mbstring php-mysql php-pear php-zip
Apache2
Check ../tools/apache.md to get more fine-grained configuration.