如何从UbuntuServer中删除Apache
1、停止apache2
sudo service apache2 stop
2、卸载apache2
及依赖包
sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
或者
sudo apt-get purge apache2 apache2-utils apache2-bin apache2.2-common
3、使用autoremove
选项去消除其他依赖
sudo apt-get autoremove
4、检查是否有任何配置文件尚未删除
whereis apache2
5、如果您得到如下响应apache2:/etc/apache2
,请删除目录和现有的配置文件。
sudo rm -rf /etc/apache2