Changes between Version 30 and Version 31 of apachesolr
- Timestamp:
- May 14, 2011, 1:55:38 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
apachesolr
v30 v31 7 7 mirabal.mayfirst.org is a dedicated Apache Solr Server that is available for use by any May First/People Link member. 8 8 9 == Security == 10 11 Solr does not come with a generic authentification mechanism. The Solr installation on mirabal uses a two-level security system. The connection between the web and the Solr server is secured by ssh against attacks from the web. The instances (denoted by <sitename>) on the Solr server are protected by random admin paths (denoted by <sitepath>) from one another. Random admin paths are generated by 12 {{{ 13 pwgen --secure 20 14 }}} 15 9 16 == Web site Administrators == 10 17 … … 14 21 * lumumba.mayfirst.org 15 22 * june.mayfirst.org 16 * 209.44.112.17623 * bethemedia.org.uk (209.44.112.176) 17 24 * at.indymedia.org 18 25 … … 35 42 Solr host name: localhost 36 43 Solr port: 9080 37 Solr path: /solr/<site name>44 Solr path: /solr/<sitepath> 38 45 }}} 39 46 … … 138 145 Register a new core 139 146 {{{ 140 <core name="<site name>" instanceDir="<sitename>" />147 <core name="<sitepath>" instanceDir="<sitename>" /> 141 148 }}} 142 149 in … … 156 163 Check that the new core is accessible with: 157 164 {{{ 158 links http://localhost:8080/solr/<site name>/admin/.165 links http://localhost:8080/solr/<sitepath>/admin/. 159 166 }}}