Hosting Multiple Websites with Apache2
Problem is as follows: You have a single Apache2 Web server with a single IP address (Apache2 listens on the port 80). That server has to work for multiple domains - e.g. "www.ante.lv" and "www.demografija.lv". The task is to direct incoming Web requests to different places, depending on the HTTP Host header.
Links
http://www.debian-administration.org/articles/412
Tags: