Hello all,

Is it possible to have mutiple hostnames for a single Solr node, akin to an IIS 
Website with multiple host headers?

My scenario is that I have a Master/Slave configuration with a load balancer in 
front. The Master has a url of https://master-solr.mydomain.com and the Slave a 
url of https://slave-solr.mydomain.com.

The Slave node looks to the Master URL in its config for replication.

The load balancer routes to either the Master or Slave node. To date, I put an 
domain name on the load balancer and pointed traffic to that endpoint to then 
route to either Master or Slave. (Using a SANS Cert that has the Master, Slave, 
and LB URL).

What I want is to add a second hostname to each Solr server, such as 
https://solr.mydomain.com so that I target this endpoint and it routes through 
the LB instead of needing a domain name on the LB for the endpoint.

What I have found so far is that I can only set a single hostname in Solr.

Any ideas? What have others done?

Regards,

Kelly

Reply via email to