Re: Reject URL requests unless from localhost for dataimport

2011-06-25 Thread lboutros
If you are using Tomcat, perhaps you could use Valve to protect a given context of your application I think : I did not test this, you have to tweak it ;) Ludovic - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Reject-URL-requests-unless-from

Re: Reject URL requests unless from localhost for dataimport

2011-06-24 Thread Markus Jelsma
Firewall? It's easy to set up and the most low level. You can also use a proxy or perhaps manage it in your servlet container. > Hi all, > > My solr server is currently set up at www.mysite.com:8983/solr. I would > like to keep this for the time being but I would like to restrict users > from g

Reject URL requests unless from localhost for dataimport

2011-06-24 Thread Brian Lamb
Hi all, My solr server is currently set up at www.mysite.com:8983/solr. I would like to keep this for the time being but I would like to restrict users from going to www.mysite.com:8983/solr/dataimport. In that case, I would only want to be able to do localhost:8983/solr/dataimport. Is this possib