> -----Original Message----- > From: Hatem Jaber [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 16, 2007 3:37 PM > Subject: Re: Apache with Vhosts, SSL, and CF > > My next step is to add openssl and enable mod_ssl and I will > also add Listen [IP_Address]:443 below the other listen 80.
You didn't have mod_ssl enabled? It really wouldn't work without it :) > My question now is, do i specify another NameVirtualHost > [IP_Address]:443 and specify that in the virtual host that > will be using the ssl? You only set NameVirtualHost for IP addresses that will specifically be used for name-based virtual hosts. Because you can't use SSL on the same IP as name-based hosts you most *not* add a NameVirtualHost line for your SSL host's IP address. Damien McKenna Web Developer The LIMU Company ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278353 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

