Re: setting up SSL on server containing virtualhosts
On 2006-10-16, Peter <pmatulis@gmail.com> wrote:
> I can have port 80 vhosts as well as port 443 vhosts?
Yup. The default configuration when you use SSL "out of the box" is to
have one VHost handling port 80 and one handling port 443. As a matter
of fact you can have as many VHosts as you want listening on wathever
port(s) you want.
The problem in having multiple vhosts on https is that Apache can
discern which vhost you want only *after* the request has been decrypted,
so *after* the certificate has been used, and this means that all the
ssl-enabled vhost will use the same certificate.
Davide
--
Windows NT source code now available... download WIN2000.BAS now!
-- From a Slashdot.org post
|