Greetings all ...
I am currently moving a website from Microsoft IIS v7 onto Apache2 v5.5 under a Debian variant. There will be several different Virtual Hosts. Everything is basically working but I need a little advice:
IIS7 has an option which permits entry of a list of possible Host/Server Name/Identity submissions which may be received for any given specified Virtual Host.
For example:
www.site-name.domain
site-name.domain
www.different-name.domain
different-name.domain
might all have to point to the same content on the web server.
So, to the point: what is the simplest and most effective method of achieving this in Apache2?
Incidentally, I am using Webmin 1.6 to manage the server applications on the Debian machine.
Many thanks,
Kenneth Spencer