If they are running on port 8983, then you just use localhost:8983 instead of remoteserver:80. Those URLs will be used from the solr server itself, so localhost should work.
Upayavira On Fri, Jun 21, 2013, at 10:32 AM, medley wrote: > Hello, > > I have this kind of url : > > "http://remoteserver/solr/leg0/select/?rows=10&version=2&fl=* > &shards= > remoteserver:80/solr/core0, > ... > remoteserver:80/solr/core5, > ... > remoteserver:80/solr/core9 > &.......... > > There is only ONE Solr instance with multiple cores (core0 to core9) on > the > same server. > > I would like to know if it exists in Solr configuration files a mechanism > that makes the shard requests called locally on the server because it is > the > same url and not to pass again through the (reverse) proxy in our case. > > Regards > Medley > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Shards-multi-cores-and-reverse-proxy-tp4072094.html > Sent from the Solr - User mailing list archive at Nabble.com.