Initial version of solr module
This commit is contained in:
parent
317780be0f
commit
0630f22306
7 changed files with 321 additions and 0 deletions
10
solr/files/htaccess
Normal file
10
solr/files/htaccess
Normal file
|
@ -0,0 +1,10 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule ^(.*)$ http://localhost:8983/solr/$1 [P,L]
|
||||
</IfModule>
|
||||
|
||||
AuthType Basic
|
||||
AuthUserFile /etc/solr/htpasswd
|
||||
AuthName "Password Required"
|
||||
|
||||
require valid-user
|
Loading…
Add table
Add a link
Reference in a new issue