vote up 0 vote down star

I have a web service that serves widgets. It is hosted on a server under server1.mydomain.com. (Linux, plesk, VPS)

I would like to have more physical servers which will be accessed via server2.mydomain.com etc. Note that its actually the same domain name pointing to another physical server. This configuration also has to support SSL.

My questions are:

  1. Can this be done using DNS configuration?
  2. What are the DNS settings of both servers required to achieve this?
  3. Can SSL certificate be applied to different servers with same domain name as described above? Can it be done with multiple subdomains SSL certificate?

Thanks!

flag

49% accept rate
You have a better chance of getting an answer to this on serverfault – Shiraz Bhaiji Aug 29 at 17:48

2 Answers

vote up 1 vote down

Can this be done using DNS configuration?

Yes. You can use a DNS provider like dnsmadeeasy.com to set up "A records" for each server. Each A record specifies the hostname like server2 and the IP address.

What are the DNS settings of both servers required to achieve this?

See above.

Can SSL certificate be applied to different servers with same domain name as described above? Can it be done with multiple subdomains SSL certificate?

Yes. You'll need to buy a wildcard certificate. http://www.digicert.com has reasonable prices on wildcard certificates. You can install the cert on any server using your domain.

link|flag
vote up 0 vote down

This could be done with a round robin DNS configuration, but this technique offers significant drawbacks, and I strongly recommend you look into alternatives for load balancing.

There are a number of available load balancing solutions, appliance or software, commercial or open source, most if not all of which will support SSL. Try posting this on Server Fault to get a community better suited for this type of question.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.