ubuntu 20.04 reinstall apache2 code example
Example 1: reinstal apache2 ubuntu
sudo apt-get --purge remove apache2
sudo apt-get autoremove
sudo apt-get install apache2
sudo /etc/init.d/apache2 restart
Example 2: install apache2 mysql php ubuntu 18.04
sudo ufw allow in "Apache Full"
#allow fill stack