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?
|
feedback
|
|
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. | |||
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. | |||
|
feedback
|