So, if 3 Apache instances reside on one web server, we will need only one SSL certificate?
And despite the fact that each Apache instance will need a different port for access from the web, we can still use the same web address for all instances?
If you can direct me to some documentation that explains how to address this type of scenario, I will greatly appreciate it.
Thanks again.
Main Topics
Browse All Topics





by: ahoffmannPosted on 2006-02-02 at 13:45:40ID: 15857609
> For example, what will we need to do regarding our SSL certificate?
each web server needs its own cert
> What about ports between the two tiers? Can we still use one main web address?
you only need one port, i.g. 80, public accessable, all other ports from your web servers to the other applpication servers (tiers) can use other ports as you like. And I highly recommend that you bind these servers to localhost only.
> Can we still use one main web address?
yes