Forum Moderators: phranque
Here's what I have:
NameVirtualHosts *:80
<virtualhost *:80>
host 1 stuff
</virtualhost>
<virtualhost *:80>
host 2 stuff
<virtualhost>
<virtualhost 123.123.123.123:80>
host 3 stuff
</virtualhost>
<virtualhost 255.255.255.255:80>
host 4 stuff
</virtualhost>
(i.e. one main IP, with some additional hosts on individual IP's. This is working fine.)
However, what I want to do is add a second virtualhost on the same IP address as host 3, i.e. add:
<virtualhost 123.123.123.123:80>
host 5
</virtualhost
However that leaves host 5 actually serving out host 3's content.
In short, how do I set up multiple IP's, with multiple websites on each IP? I'm sure it's straightforward, but the apache docs leave much to be desired and as I noted, my clients are grumpy with my apache restarts :).
thanks!
[google.com...]