Sounds like you need IP-based virtual hosts. This is very simple and all you need to do is make sure that all the different IP addresses are routed to the apache box. This would obviously be arranged with your ISP(s). Once you've got the traffic arriving at your apache box the server will use the VirtualHost containers that match the IP address invoked by the browser user. So, you'd have two or more blocks like this in your /etc/httpd/conf/httpd.conf file :
The other version of virtual hosts is name based virtual hosts. Here you have only one IP address and get the DNS records configured so that all your sites resolve to a single IP address. Then you configure it such so that apache will choose a virtual host container based on the http header, e.g.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.