1

I want to host multiple SSL websites on my virtual private server. I was told that in order to achieve this, I need to do IP-based virtual hosting. If this is the case, can someone recommend a newb guide on how to set this up?

I am using Ubuntu 9.10, apache 2, and php 5.

HBruijn
  • 77,029
  • 24
  • 135
  • 201
John
  • 7,343
  • 23
  • 63
  • 87

1 Answers1

0

You don't need to do IP based virtual hosting. You just need to make sure each VirtualHost that your are running an SSL site on is bound to a unique IP.

Zypher
  • 37,405
  • 5
  • 53
  • 95
  • Thank you, I posted a follow up question asking how to bind unique IP here http://serverfault.com/questions/109766/ssl-site-not-using-the-correct-ip-in-apache-and-ubuntu – John Feb 04 '10 at 21:15