(99)无法分配请求的地址:AH00072:make_sock:无法绑定到地址xx.xxx.xx.xx:80

时间:2013-04-23 21:47:30

标签: linux apache fedora-core

我正在尝试在apache中添加虚拟服务器:

Listen xx.xxx.xx.xx:80
NameVirtualHost domain.com
<VirtualHost domain.com>
DocumentRoot /home/webserver/domain/html
ServerName domain.com
</VirtualHost>

当我重新启动apache时,我收到此错误:

(99)Cannot assign requested address: AH00072: make_sock: could not bind to address xx.xxx.xx.xx:80
no listening sockets available, shutting down
AH00015: Unable to open logs

任何想法可能出错?

2 个答案:

答案 0 :(得分:0)

要么你没有使用正确的权限启动apache(只有root可以打开端口80),或者某些东西(可能是另一个apache)已经在端口80上运行。

答案 1 :(得分:0)

问题是额外的网卡未配置添加IP。