I have SSL set up on an Ubuntu server. This server is running Apache 2 with multiple Virtual Hosts. I've read that you need a single IP for each application running SSL.
My questions are:
- If only one website on the server is using SSL will this still work? One IP for one SSL website, even though the other websites are still running on it (They wouldn't have SSL enabled).
- If so, how can I make the default SSL website point to the content of the website I would like to have SSL?