[ic] Interchange and https

Peter peter at pajamian.dhs.org
Sun May 16 01:16:56 EDT 2004


Mark Weaver wrote:
> As a matter of fact we are sharing the IP address across all the domains 
> being hosted on this machine as VirtualHosts.

That's fine as long as you don't have more than one secure domain on the IP.

> <IfDefine SSL>
> <VirtualHost 206.252.132.148:443>
> ServerAdmin webmaster at americanmicroinc.com
> DocumentRoot "/var/www/html/americanmicroinc.com/order"
> ServerName order.americanmicroinc.com
> ScriptAlias /cgi-bin/ /var/www/html/americanmicroinc.com/order/cgi-bin/
> SSLCipherSuite 
> ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
> SSLCertificateFile /etc/httpd/conf/ssl.crt/order.americanmicroinc.crt
> SSLCertificateKeyFile /etc/httpd/conf/ssl.key/order.americanmicroinc.key
> SSLEngine on
> SSLVerifyClient none
> ErrorLog /var/log/httpd/ssl_error_log
> TransferLog /var/log/httpd/ssl_access_log
> </VirtualHost>
> </IfDefine>

Hrmmmmm, what happens if you stop the server and then start it with 
"apachectl startssl" instead of using the init.d script?

Peter


More information about the interchange-users mailing list