apatche on ubuntu server not working how to reinstall 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: configure apache in ubuntu
service apache2 reload