Actually, I should have mentioned before that our rt installation is on a different IP.<br><br>
<div class="gmail_quote">On Fri, Aug 21, 2009 at 11:09 AM, Curtis Bruneau <span dir="ltr"><<a href="mailto:curtisb@vianet.ca">curtisb@vianet.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Each SSL site pretty much needs to be on it's own IP address, the reasoning is the cert negotiation isn't name based header as apache would. The only other way would be to have them on different ports but then you'd have to specify the port when going to the site.<br>
<br>testwreq wreq wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">* 
<div class="im"><br>I have managed to get it all set up and RT running OK with named virtual host over http. However, I am having problems with getting them to work over https. When I set a virtual host name, it always serves the first listed domain. See settings below. https:firstone serves the correct folder, but https:rt serves firstone's documents<br>
<br>my settings:<br><br><VirtualHost *:443><br><br>DocumentRoot "C:/Development/firstone"<br>ServerName firstone<br>ServerAdmin webmaster@localhost<br>ErrorLog logs/ssl/error.log<br>TransferLog logs/ssl/access.log<br>
<br>SSLEngine on.......etc<br></VirtualHost><br><br><VirtualHost *:443><br></div>      ServerName <a href="http://rt.hostname.com/" target="_blank">rt.hostname.com</a> <<a href="http://rt.hostname.com/" target="_blank">http://rt.hostname.com</a>> 
<div class="im"><br>      DocumentRoot /data/rt3/share/html<br>      AddDefaultCharset UTF-8<br>      PerlModule Apache::DBI<br>      PerlRequire /data/rt3/bin/webmux.pl<br>       <Location /NoAuth/images><br>               SetHandler default<br>
       </Location><br>      ErrorLog logs/ssl_error_log<br>      TransferLog logs/ssl_access_log<br>      LogLevel warn<br>      <Directory /><br>         SSLRequireSSL<br>      </Directory><br>       SSLEngine on<br>
       SSLProtocol all -SSLv2<br>       SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW<br>       SSLCertificateFile /etc/sslcertificate/server.crt<br>       SSLCertificateKeyFile /etc/sslcertificate/server.key<br>
</VirtualHost><br>while restarting apache I get a warning << _default_ VirtualHost overlap on port 443, the first has precedence>><br> Any suggestions???<br><br>Thanks in advance,<br>rq<br></div>*<br>------------------------------------------------------------------------<br>
<br>_______________________________________________<br><a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users" target="_blank">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a><br><br>
Community help: <a href="http://wiki.bestpractical.com/" target="_blank">http://wiki.bestpractical.com</a><br>Commercial support: <a href="mailto:sales@bestpractical.com" target="_blank">sales@bestpractical.com</a><br><br>
<br>Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at <a href="http://rtbook.bestpractical.com/" target="_blank">http://rtbook.bestpractical.com</a><br></blockquote><br></blockquote>
</div><br>