提问人:Keeper 提问时间:10/13/2023 最后编辑:pierpyKeeper 更新时间:10/13/2023 访问量:23
如何找到所有正在运行的Apache相关进程?
How to find all running Apache-related processes?
问:
如何找到所有正在运行的Apache相关进程?
有一个漏洞列表指出 Apache 2.2.x<2.23-dev / 2.4.x<2.4.26 多个漏洞 出版:22.06.2017
我怀疑安装了两个版本的Apache。有必要确定它的安装位置并删除旧版本,只保留当前版本。
我试图找出Apache版本。 结果如下:
httpd -v
Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
Server built: Apr 28 2023 16:54:19
apachectl -v
Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
Server built: Apr 28 2023 16:54:19
答: 暂无答案
评论
find / -type f -executable -name "httpd"