Changes between Version 41 and Version 42 of apachesolr
- Timestamp:
- Jun 6, 2011, 11:49:59 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
apachesolr
v41 v42 9 9 == Security == 10 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. The random admin paths are generated by ' core_' followed by {{{pwgen -1 --secure 30}}}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. The random admin paths are generated by ''core_'' followed by {{{pwgen -1 --secure 30}}} 12 12 13 13 == Reliability ==