Sure!
You have to install mod_proxy for Apache and activate it.
And then I put a file with the following content in /etc/apache2/conf.d:
ProxyRequests Off
ProxyPreserveHost Off
AddDefaultCharset off
Order deny,allow
Allow from all
ProxyPass /solrsearch http://localhost:8983/solr/s
Hi Frederik Arnold,
Could you please blog it? the steps to setup the same using apache as
reverse proxy and share it with community?
On Sun, Mar 22, 2015 at 10:16 PM, Frederik Arnold
wrote:
> I have and I tried all sorts of things and they didn't work.
> But I figured it out now. I setup Apache
I have and I tried all sorts of things and they didn't work.
But I figured it out now. I setup Apache as a reverse proxy and it works.
2015-03-22 17:25 GMT+01:00 Erick Erickson :
> Have you looked at https://wiki.apache.org/solr/SolrSecurity?
>
> Best,
> Erick
>
> On Sun, Mar 22, 2015 at 4:20 AM,
Have you looked at https://wiki.apache.org/solr/SolrSecurity?
Best,
Erick
On Sun, Mar 22, 2015 at 4:20 AM, Frederik Arnold wrote:
> I followed the "Taking Solr to Production" tutorial and I now have an
> solr 5.0.0 instance up and running.
>
> What is the recommended way for securing solr?
> Sea
I followed the "Taking Solr to Production" tutorial and I now have an
solr 5.0.0 instance up and running.
What is the recommended way for securing solr?
Searching should be available for everyone but I want authentication for
the Solr Admin UI and also for posting and deleting files.