<VirtualHost
server2:80>
ServerName
server2
...
</VirtualHost>
And it doesn't work.
It will not use the VirtualHosts. I also tried this:
NameVirtualHost
ip:80
<VirtualHost
ip:80>
ServerName
server1
...
</VirtualHost>
<VirtualHost
ip:80>
ServerName
server2
...
</VirtualHost>
And again it doesn't
work.
What is the correct
configuration?