[Topic DIscussion] 这是什么地址啊
Tofloor
poster avatar
xiaoliu6
deepin
2023-05-28 04:56
Author

我刚刚输入我的内网ip地址 结果就进了这个页面 这是什么东西啊

image.png

Reply Favorite View the author
All Replies
ThinkYoung
deepin
2023-05-28 05:01
#1

说明这个内网IP对应的机器 安装了 Apache HTTPd 服务器 还是默认状态页

Reply View the author
xiaoliu6
deepin
2023-05-28 05:05
#2
ThinkYoung

说明这个内网IP对应的机器 安装了 Apache HTTPd 服务器 还是默认状态页

我也不知道什么时候装的

Reply View the author
ThinkYoung
deepin
2023-05-28 05:15
#3
xiaoliu6

我也不知道什么时候装的

如果是宝塔正常默认页面不是这个,一般是你安装了别的什么面板吧,

可以看看安装文件时间,或者看看日志工具,分析下当时都干啥了,

Reply View the author
xiaoliu6
deepin
2023-05-28 05:16
#4
ThinkYoung

说明这个内网IP对应的机器 安装了 Apache HTTPd 服务器 还是默认状态页

居然卸载不了 😂

image.png

Reply View the author
ThinkYoung
deepin
2023-05-28 05:32
#5
xiaoliu6

居然卸载不了 😂

image.png

这个 “虚拟软件包”的提法很新颖,还真没遇到过,doubt

Reply View the author
阿尼樱奈奈
deepin
2023-05-28 05:38
#6
ThinkYoung

这个 “虚拟软件包”的提法很新颖,还真没遇到过,doubt

我也是头一次看到有这个虚拟软件包joy

Reply View the author
Mr-Wan
deepin
2023-05-28 05:48
#7
xiaoliu6

居然卸载不了 😂

image.png

也许你应该先停止服务。类似 #systemctl stop httpd.service 或 #systemctl stop apache2.service 那种

。不太确定。还有就是可能需要查看依赖关系,apt-rdepends httpd那种

或者通过nmap扫描端口,查看开启了那些服务端口。

有的软件依赖本地的网页来工作,比如phpMyadmin 这种数据库客户端、wikimedia之类,因此安装的时候作为依赖自动安装了apache2.

貌似以前的机制是卸载某个软件包,这个软件包是某个虚拟软件包的一部分,然后就会把虚拟软件包卸载,同时会卸载虚拟软件包包含的其他部分包。类似桌面环境为虚拟软件包,一个安装各种计算器,office 之类一下全装上了,结果卸载libreoffice把整个桌面连计算器都卸载掉了。

Reply View the author
xiaoliu6
deepin
2023-05-28 11:49
#8
It has been deleted!