美文网首页
ubuntu重新安装 apache2

ubuntu重新安装 apache2

作者: GuoYuebo | 来源:发表于2018-03-01 18:59 被阅读134次

1. 卸载Apache2

$ 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

相关文章

网友评论

      本文标题:ubuntu重新安装 apache2

      本文链接:https://www.haomeiwen.com/subject/rlsnxftx.html