我正在尝试在 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
知道有什么问题吗?