Multiple secure sites

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Multiple secure sites

Doug Picirillo
We want to add a second secure site on the same physical server as an existing secure site.  Each site will have its own domain name and SSL certificate.  

Any tips about where to start and how to proceed? What other information can I provide that will help you help us?  
Reply | Threaded
Open this post in threaded view
|

Re: Multiple secure sites

rajsaini
For SSL on virtual server, you would need IP based virtual hosting. You
will also need virtual interface in your OS to support multiple IPs. I
am not sure, if Tomcat supports IP based virtual hosts, however you can
always make your ofbiz instance to listen to a particular IP address.

If you use Apache web server to front your Ofbiz, you can run apache web
server per site or create virtual hosts within same apache web server.

1. Configure your OS to have virtual interfaces.
2. Configure Apache IP based virtual hosts or run apache on different IPs
3. Configure your SSL certificates.
4. Configure Apache web server to talk to Ofbiz using mod_jk or
mod_ajp_proxy.

Thanks,

Raj

Doug Picirillo wrote:
> We want to add a second secure site on the same physical server as an
> existing secure site.  Each site will have its own domain name and SSL
> certificate.  :confused:
>
> Any tips about where to start and how to proceed? What other information can
> I provide that will help you help us?  :-)
>