[rt-users] _default_ VirtualHost overlap on port 443, the first has precedence
testwreq wreq
testwreq at gmail.com
Fri Aug 21 11:01:50 EDT 2009
* 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
my settings:
<VirtualHost *:443>
DocumentRoot "C:/Development/firstone"
ServerName firstone
ServerAdmin webmaster at localhost
ErrorLog logs/ssl/error.log
TransferLog logs/ssl/access.log
SSLEngine on.......etc
</VirtualHost>
<VirtualHost *:443>
ServerName rt.hostname.com
DocumentRoot /data/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /data/rt3/bin/webmux.pl
<Location /NoAuth/images>
SetHandler default
</Location>
ErrorLog logs/ssl_error_log
TransferLog logs/ssl_access_log
LogLevel warn
<Directory />
SSLRequireSSL
</Directory>
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
SSLCertificateFile /etc/sslcertificate/server.crt
SSLCertificateKeyFile /etc/sslcertificate/server.key
</VirtualHost>
while restarting apache I get a warning << _default_ VirtualHost overlap on
port 443, the first has precedence>>
Any suggestions???
Thanks in advance,
rq
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090821/0ccb7f4b/attachment.htm>
More information about the rt-users
mailing list