Problem :- I am trying to install and run apache2, but after
apt-get purge apache2;apt-get install apache2 (as root), I am still missing the file /usr/sbin/apache2.It show me error :- /usr/sbin/apache2 not found
Soln :- sudo apt-get install --reinstall apache2 apache2-bin