这个到底是怎么回事,在百度上怎么也找不到答案

с: webhttpd- 2.4.54-win64-VC15 Apache24 bin>httpd -k install -n Apache2.4

Installing the' Apache2. 4 service

The' Apache2. 4 service is successfully installed.

Testing httpd. conf

Errors reported here must be corrected before the service can be star ted.

(OS 10013)以一种访问权限不允许的方式做了一个访问套接字的尝试。: AH00072: make_ sock: could not bind to address [::] :80(OS 10013)以一种访问权限不允许的方式做了一个访问套接字的尝试。 : AHO0O72: make_ sock: could not bind to address 0. 0. 0.0:80

AH00451: no listening sockets available, shutting down

AH00015: Unable to open logs

Errors reported here must be corrected before the service can be star ted.
错误信息不是很清楚了么

这个错误提示指出了安装Apache服务时出现的错误,即在尝试安装Apache服务时,Apache无法绑定到端口80,可能是因为其他软件正在使用这个端口,或者是Apache的监听设置有问题。要解决这个问题,可以尝试更改Apache的监听设置,或者检查是否有其他软件正在占用端口80,如果有的话则关闭之后在重新搞一波。

# 运行来查看是否80端口有被占用
netstat -an | grep 80
不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^