ubuntu如何卸载apache


当前第2页 返回上一页

(1)之前卸载重新安装后找不到apache2.conf配置文件,测试使用一下方式卸载后可用。

1

2

3

$ sudo apt-get --purge remove apache2

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

$ sudo apt-get autoremove

(2)(关键一步)找到没有删除掉的配置文件,一并删除

1

2

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

$ sudo rm -rf /var/www

推荐学习:Apache教程

以上就是ubuntu如何卸载apache的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

ubuntu怎么安装nvidia驱动

怎么打开Apache

怎么在Apache中配置php模块

Apache服务器和tomcat服务器有不同?

Apache启动后无法访问网页怎么办

如何卸载Apache2

如何将Apache和php整合在一起

ubuntu怎么卸载nvidia驱动

windows下启动Apache的方法

一文详解Apache druid

更多相关阅读请进入《Apache》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...