> Can a virtual server be setup to handle a single SSL domain > while another virtual server handles web hosting via host > headers?
Yes, as long as they have different IP addresses and different corresponding hostnames. For example, you couldh't have http://www.whatever.com/ and https://www.whatever.com/ handled by different virtual servers, since they'd have to share an IP address for DNS resolution to work properly. You could, on the other hand, have http://www.whatever.com/ handled by one virtual server that also handles http://www.somethingelse.com/ with a single IP address and host headers, and have https://secure.whatever.com/ handled by another virtual server. This second virtual server could also handle https://secure.somethingelse.com/, if you don't care about certificate trust issues, as long as the DNS server was configured to resolve both hostnames to the same IP address, or you configured the virtual server to listen on multiple IP addresses. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249212 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

