reset apache settings code example
Example: apache reset default configuration
sudo apt-get purge apache2
sudo apt-get install apache2
sudo service apache2 start
sudo apt-get purge apache2
sudo apt-get install apache2
sudo service apache2 start