You can use one IP and have a secure-server as well
as a name-based virtual hosting server for port 80. Just run two instances of
Apache. The apache monitor is capable of reporting and controlling
both.
You are right that using name-based hosting on port
80 will cause the SSL-port server to crap out completely. That's why I suggest
you start another server.
I set mine up using a single domain. When
I got an inexpensive cert, I specified the secure site as
secure.my_domain.com
The regular http on port 80 still
works fine with two different name-based virtual hosts www.my_domain.com and www.my_other_domain.com
With this you also get the option of completely
separate configurations -- and so of course you may have separate
logs.
Bill Angus
|