端口80是免费的,但apache无法连接

时间:2016-02-12 01:34:40

标签: apache

我正在尝试安装Apache 2.4,我已经下载了2.4压缩文件并解压缩了它,没有我想安装它我运行了命令。

C:\Apache24\bin>httpd

我收到了错误代码。

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::f5ef:aeb7:3922:e603. Set the 'ServerName' directive globally to suppress this message
(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions.  : AH00072: make_sock: could not bind to address [::]:80
(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions.  : AH00072: make_sock: could not bind to address 0.0.0.0:80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs

然后我运行了命令

C:\WINDOWS\system32>netstat -o -n -a | findstr :80

TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       4
TCP    192.168.1.100:50103    104.82.216.43:80       TIME_WAIT       0
TCP    192.168.1.100:50113    185.31.18.134:80       TIME_WAIT       0
TCP    192.168.1.100:50114    185.31.18.134:80       TIME_WAIT       0
TCP    192.168.1.100:50119    72.21.202.25:80        TIME_WAIT       0
TCP    192.168.1.100:50127    104.156.81.134:80      TIME_WAIT       0
TCP    192.168.1.100:50131    185.31.19.130:80       ESTABLISHED     9564
TCP    192.168.1.100:50171    54.225.116.195:80      TIME_WAIT       0
TCP    192.168.1.100:50176    54.246.122.38:80       ESTABLISHED     9564
TCP    192.168.1.100:50190    23.23.141.250:80       TIME_WAIT       0
TCP    192.168.1.100:50191    155.133.248.14:80      SYN_SENT        7212
TCP    [::]:80                [::]:0                 LISTENING       4

从此我认为端口80是免费的,但仍然无法运行Apache可以帮助任何人吗?

1 个答案:

答案 0 :(得分:1)

该端口未被冻结,无法运行

  

net stop is / y

释放端口