Re: [dspace-tech] Securing Solr from public on Tomcat 8

2019-04-03 Thread Alan Orth
Dear Jaware, You would want to add a requirement that requests to the solr application come from localhost aka 127.0.0.1. Add something like this to your VirtualHost in Apache HTTPD: Require ip 127.0.0.0/8 ... Regards, On Tue, Mar 26, 2019 at 9:59 AM Paul Münch wrote: >

Re: [dspace-tech] Securing Solr from public on Tomcat 8

2019-03-26 Thread Paul Münch
Hello Jaware, it is possible to allow or deny access to specific paths via webserver configuration: https://httpd.apache.org/docs/2.4/howto/access.html If you use an older version, there are these features, too. But the syntax is slightly different. I hope this helps and kind regards, Paul

[dspace-tech] Securing Solr from public on Tomcat 8

2019-03-26 Thread endmartech4africa
Hi Everybody We were installing Dspace 6.3 over Ubuntu 18.04(LTS) using Apache-HTTPD How ever solr is exposed through our public ip something like this -> https://0.0.0.0.0/solr I would appreciate if you have a mechanism to secure the solr Thanks, Jaware -- All messages to this mailing