1. 程式人生 > >ubuntu重新安裝 apache2

ubuntu重新安裝 apache2

ubuntu purge name span get apt 找到 沒有 apache

$ sudo apt-get --purge remove apache2
$ sudo apt-get --purge remove apache2.2-common
$ sudo apt-get autoremove

2. 找到沒有刪幹凈的配置文件,刪除

$ sudo find /etc -name "*apache*" -exec rm -rf {};
$ sudo rm -rf /var/www

3. 重裝apache2
$ sudo apt-get install apache2

$ sudo apt-get install apache2-dev

出處:http://www.thinksaas.cn/topics/0/329/329507.html

ubuntu重新安裝 apache2