Should I also put all the ssl specific information inside the virtual host 
container?

Example:

<VirtualHost *:443>

SSLEngine on

ServerName domain1.com

ServerAlias ssl.domain1.com secure.domain1.com

ServerAdmin [EMAIL PROTECTED]

DocumentRoot C:/www/domain1.com/docs

ScriptAlias /cgi-bin/ C:/www/domain1.com/docs/cgi-bin/

TransferLog C:/www/domain1.com/logs/ssl-access.log

ErrorLog C:/www/domain1.com/logs/ssl-error.log

CustomLog C:/www/domain1.com/logs/ssl-request.log "%t %h %{SSL_PROTOCOL}x 
%{SSL_CIPHER}x \"%r\" %b"

SSLCACertificateFile C:/www/domain1.com/ssl/domain1.com.cert

SSLCertificateFile C:/www/domain1.com/ssl/domain1.com.crt

SSLCertificateKeyFile C:/www/domain1.com/ssl/domain1.com.key

SSLCipherSuite 
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

<Files ~ "\.(html|asp|cgi|shtml|jhtml|jsp|java|phtml|php3?)$">

SSLOptions +StdEnvVars

</Files>

<Directory "C:/www/domain1.com/docs/cgi-bin">

SSLOptions +StdEnvVars

</Directory>

SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown 
downgrade-1.0 force-response-1.0

</VirtualHost>

The code above was an exmple that i found during my research, not sure if 
this limits the ssl only to this virtual host and eliminates the ssl.conf.

Forgive me if my wording isn't right!



----- Original Message ----- 
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[email protected]>
Sent: Wednesday, May 16, 2007 3:53 PM
Subject: RE: Apache with Vhosts, SSL, and CF


>> Everywhere I read they say that https and "named" virtual
>> hosts are impossible. I have 2 IP's assigned to my production
>> server, I am only using one at the moment. Would this make
>> things simpler with the install of a secure apache for just
>> that one IP?
>
> I'm not exactly sure what you're asking. If you have two IP addresses,
> though, you can easily configure Apache to listen on each, instead of 
> using
> host headers with a single address.
>
> 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!
>
> This email has been processed by SmoothZap - www.smoothwall.net
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278313
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to