I am using amazon EC2 and I’m in the process of creating a CMS. How would I do the following;
- allow my clients to point their a-records to my elastic IP
- manage domain destination settings so that each client’s domain will point to a particular folder
- I am using PHP, can this handle numbers 1 and 2?
It’s more a problem of web server rather PHP, webserver capable to handle virtual host would permit to host more than website on same server(point 2).
For the first point, you just have to give the elastic IP to your customer.
So, the short answer is ‘yes’ nothing to worry about.