1

我正在尝试在 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

知道有什么问题吗?

4

2 回答 2

0

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

于 2013-04-24T03:19:55.360 回答
0

问题是额外的网卡没有配置额外的IP。

于 2013-04-24T17:21:13.043 回答