提问人:Fatih Yarlıgan 提问时间:10/13/2023 更新时间:10/13/2023 访问量:45
当我在 Mac Ventura 上键入 localhost ip 时如何停止页面运行
How to stop the page from running when I type localhost ip on Mac Ventura
问:
在我的 Mac 上,当我在谷歌栏中输入我的本地主机的 ip 时,它会显示一个写着“它有效!但是当我输入localhost时,服务器没有连接,它什么也没显示。
我想禁用显示的页面。我不希望显示该页面。
在终端上,我输入了这个命令
sudo apachect1 -k stop
它说AH00558: httd: Could not reliably determine the server's fully qualified domain name, using My-macbook-name. local. Set the 'ServerName' directive globally to suppress this message httpd (no pid file) not running.
然后我输入了
sudo apachectl stop
它说Unload failed: 5: Input/output error. Try running "launchctI bootout as root for richer errors.
当我打字时
launchctl bootout
它向我展示了如何使用此命令。
当我打字时
map localhost -p 80
它说PORT STATE SERVICE 80/tcp closed http
我还检查了 httpd 和 apache 的 brew 服务,它显示它们没有运行
当我输入时
ps aux | grep httpd
它显示10585 0,0 0,0 407962000 128 s000 R+ 11:56PM 0:00.00 grep httpd
然后我输入了
sudo kill -9 10585
它说no such process
我还键入了此命令以查看 TCP 连接
sudo Isof -i -n -P I grep TCP
它给了我结果,我在下面固定了照片。相片
你能告诉我为什么我连接到我的本地主机的ip吗?而且,由于这个问题,我的Mac上会发生任何安全问题吗?
如果有人能帮我:),我将不胜感激
答: 暂无答案
评论