Hi All
Say a customer owns a domain abc.com. The DNS records for abc.com are on DNS servers I do not own. However I own a web server and the customer would like to host his site on this server.
If I setup a Virtual Host container within Apache which contains the following for the ServerName and ServerAlias directives:
ServerName abc.com
ServerAlias
And the customer changes his A record with his DNS host to point to the IP address of my web server - will a user on the Internet typing into a browser be directed to the relevant docroot etc within my webserver? (after DNS propagation and obviously I have also setup the DocumentRoot directive).
I need to clarify this before I tell the customer to change his DNS, only to find it doesn't work, and for his website to be down for a couple of days.
Thanks very much.
Say a customer owns a domain abc.com. The DNS records for abc.com are on DNS servers I do not own. However I own a web server and the customer would like to host his site on this server.
If I setup a Virtual Host container within Apache which contains the following for the ServerName and ServerAlias directives:
ServerName abc.com
ServerAlias
And the customer changes his A record with his DNS host to point to the IP address of my web server - will a user on the Internet typing into a browser be directed to the relevant docroot etc within my webserver? (after DNS propagation and obviously I have also setup the DocumentRoot directive).
I need to clarify this before I tell the customer to change his DNS, only to find it doesn't work, and for his website to be down for a couple of days.
Thanks very much.