<span class="searchTerm"><strong>
<div>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> ServerName <a href="http://rt.hostname.com">rt.hostname.com</a><br> DocumentRoot /data/rt3/share/html<br> AddDefaultCharset UTF-8</div>
<div> PerlModule Apache::DBI<br> PerlRequire /data/rt3/bin/webmux.pl</div>
<div> <Location /NoAuth/images><br> SetHandler default<br> </Location></div>
<div> ErrorLog logs/ssl_error_log<br> TransferLog logs/ssl_access_log<br> LogLevel warn</div>
<div> <Directory /><br> SSLRequireSSL<br> </Directory></div>
<div> 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></div>
<div>while restarting apache I get a warning << _default_ VirtualHost overlap on port 443, the first has precedence>></div>
<div> </div>
<div>Any suggestions??? </div>
<div><br>Thanks in advance, <br>rq<br></div></strong></span>