apache http?
ubutu 12.04 apache 2.4.12
在 http-vhost.conf添加虛擬主機無法訪問
配置文件如下:
<VirtualHost *:80>
DocumentRoot "/home/test" ServerName test.develop ErrorLog "logs/dummy-host.example.com-error_log" CustomLog "logs/dummy-host.example.com-access_log" common
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "/home/test1/" ServerName test1.develop ErrorLog "logs/test1-error_log" CustomLog "logs/test1-access_log
</VirtualH<愛尬聊_百科全書>ost>
在本地添加hosts
test.develop 192.168.9.209
test1.develop 192.168.9.209
question :
1.訪問ip顯示第一個虛擬機
2.域名訪問都不能訪問
防火墻,selinix 都已經關閉了。是不是自己在設置的時候忘記了什么,求大神指教