With IIS it is very easy to setup bindings between a host name and a website.
If I have my DNS setup with the original registrar, all I need to do is update the A records to point to my IIS server and everything just works.
Domain Name -> IP Address -> (using the host header) -> Website
All good.
I have noticed with my Linux hosts that all of them require me to transfer my DNS to their name servers in order to get the 'bindings' to work. From what I can tell there is no way in cPanel to just tell it to associate a host name with a website.
How do I achieve the same things as IIS bindings in Apache/Linux? Is it even possible in cPanel?