Remove apache from ubuntu (ok)

https://serverfault.com/questions/205926/remove-apache-from-ubuntu

apt-get remove apache2
apt-get remove --purge apache2
apt-get purge apache2
apt-get autoremove apache2

Last updated