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
  • 72,524
  • 21
  • 127
  • 192
John
  • 7,153
  • 22
  • 61
  • 86

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
  • 36,995
  • 5
  • 52
  • 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