You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/06/05 22:26:10 UTC

[Solr Wiki] Update of "SolrReplication" by ShalinMangar

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by ShalinMangar:
http://wiki.apache.org/solr/SolrReplication

The comment on the change is:
Added note on http basic authentication

------------------------------------------------------------------------------
           these unless the bandwidth is extremely low or if there is an extremely high latency-->
          <str name="httpConnTimeout">5000</str>
          <str name="httpReadTimeout">10000</str>
+ 
+         <!-- If HTTP Basic authentication is enabled on the master, then the slave can be configured with the following -->
+         <str name="httpBasicAuthUser">username</str>
+         <str name="httpBasicAuthPassword">password</str>
  
       </lst>
  </requestHandler>