> -----Original Message----- > From: Hatem Jaber [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 16, 2007 4:58 PM > Subject: Re: Apache with Vhosts, SSL, and CF > > Damien, > > Sorry, I was talking about the production server, not the box > i'm working on locally. I haven't even started to do anything on > the server yet, i'm still researching before i screw anything up.
No worries. > So your saying I shouldn't do this: > NameVirtualHost 1.2.3.4:80 > NameVirtualHost 1.2.3.4:443 If you want to use SSL on the IP address, do not have a NameVirtualHost line for it, even on a different port. So if you have two IP addresses, e.g. 1.2.3.4 and 1.2.3.5, use one for the SSL and one for the NameVirtualHosts. 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:278357 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

