I have two different domains - thisdomain.com
and otherdomain.com
, we can't do anything with wildcards here.
- The domains have their own SSL certificates.
- The domains both have their own separate IP addresses.
My customer ideally wants to use both these domains on the same site on Apache. With non-SSL access this is no problem because I just add the requisite host headers.
I am aware of SAN certificates as described in this answer, but the customer wants to keep both domains on different IP addresses.
I know I can have two different virtual hosts pointing to the same content, but can it be done using just one virtual host?
I can do this on IIS7, but just wondered if Apache can do this as well.