echo "installing apache "
sudo apt-get update
sudo apt-get install apache2 -y
sudo service apache2 restart