I got apache and Ubuntu machine with static ip. Today I host sites via port 80, I want to able to host also sites with https. Is there a service I can buy that can make me ip pool or somehow solve this problem without messing with the router too much?

link|improve this question
feedback

2 Answers

Normally you'd need additional IPs, since the headers of the HTTP request are encrypted. You simply specify the IPs in your vhost files instead of the default *.

But this looks interesting: http://www.techrepublic.com/blog/opensource/configure-apache-to-support-multiple-ssl-sites-on-a-single-ip-address/987, althought it appears to have limited support.

link|improve this answer
Search Server Fault for SNI or Server Name Indication for additional discussions on this topic. – voretaq7 Jul 26 '11 at 18:15
feedback

You could use apache virtual hosts to host multiple port 80 sites and only one 443, You need one IP per 443 im afraid.

But if you have multiple IPs then you can use virtual hosts.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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