Tuesday, January 27, 2015

ssl - Tutorial for IP-based Virtual Hosting



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.


Answer



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.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...