我收到了这个错误httpd restart fail
[root@centos6 etc]# service https restart
Stopping httpd: [ OK ]
Starting https: httpd: apr_socketaddr_info_get() failed for centos6
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Thu Feb 18 22:38:09 2021] [warn] NameVirtualHost *:80 has no VirtualHosts
[ OK ]这是我的httpd.conf:NameVirtualHost Virtual Host
这是我的/etc/hosts /etc/hosts
知道我已经创建了目录和它们的index.html文件/var/www/
发布于 2021-02-19 08:11:35
您已将相同的ip地址分配给两个不同的虚拟主机。一台192.168.0.100,另一台192.168.0
https://stackoverflow.com/questions/66268656
复制相似问题