如何卸载linux下的httpd
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
当我们想卸载httpd 的时候,使用rpm -qa httpd 的时候,我们发现有很多的依赖包。我们耐心的想一个一个的卸载的时候(使用rpm -e httpd-*),还会进入死循环。
解决的办法是:使用 rpm -e httpd-* --nodeps说明:“*”是通配符。
安装CentOS5.3的时候会默认安装httpd服务。
首先查看httpd版本通过下面的命令查看
rpm -qi | grep httpd 或者 httpd -v
可以判断出apache版本比较低,而且是随服务器一起安装的
首先停止默认安装的apache服务。
service httpd stop
表示卸载成功!我们在来查看下服务里面是否存在,在shell中输入命令setup
发现找不到httpd服务。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)