Re: securing Solr Admin

2013-10-22 Thread Shawn Heisey
On 10/22/2013 1:04 PM, Stephanie Huynh wrote: How do I unsubscribe? http://lucene.apache.org/solr/discussion.html#solr-user-list-solr-userlucene

RE: securing Solr Admin

2013-10-22 Thread Stephanie Huynh
How do I unsubscribe? -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Tuesday, October 22, 2013 12:01 PM To: solr-user@lucene.apache.org Subject: Re: securing Solr Admin On 10/22/2013 11:52 AM, Raymond Wiker wrote: > I have numerous search applications that o

Re: securing Solr Admin

2013-10-22 Thread Shawn Heisey
On 10/22/2013 11:52 AM, Raymond Wiker wrote: I have numerous search applications that only involve SOLR, jQuery, Apache... and two additional server processes, one of which does query validation, adds filtering and does an XSL transform of the search results, while the other does a number of ap

Re: securing Solr Admin

2013-10-22 Thread Raheel Hasan
ok thats very knowledgeable... thanks.. I will try to put a firewall to prevent some access... What I was looking for was some global & simple setting (like in the core setting) that prevents access to certain ip... or an htaccess type settings allowed for the core... But I guess thats not part o

Re: securing Solr Admin

2013-10-22 Thread Raymond Wiker
On Oct 22, 2013, at 19:29 , Shawn Heisey wrote: > On 10/22/2013 8:09 AM, Raheel Hasan wrote: >> This sounds like trouble. >> >> I have used Solr in my script (php) such that I curl it for query (using >> "solr/automata/select?q="). If I make it completely off-public, how will my >> own site acces

Re: securing Solr Admin

2013-10-22 Thread Shawn Heisey
On 10/22/2013 8:09 AM, Raheel Hasan wrote: This sounds like trouble. I have used Solr in my script (php) such that I curl it for query (using "solr/automata/select?q="). If I make it completely off-public, how will my own site access it? Is there any parameter to prevent access by "REMOTE_ADDR"

Re: securing Solr Admin

2013-10-22 Thread Raymond Wiker
On Oct 22, 2013, at 15:32 , Raheel Hasan wrote: > Hi, > > I want to know how to secure the admin section. The site " > http://wiki.apache.org/solr/SolrSecurity"; has a lot of stuff, but I want to > put htaccess based restriction. > > Can anyone tell me where to place the htaccess? > > I am usin

Re: securing Solr Admin

2013-10-22 Thread Raheel Hasan
This sounds like trouble. I have used Solr in my script (php) such that I curl it for query (using "solr/automata/select?q="). If I make it completely off-public, how will my own site access it? Is there any parameter to prevent access by "REMOTE_ADDR"? Thanks. On Tue, Oct 22, 2013 at 6:49 PM

Re: securing Solr Admin

2013-10-22 Thread Shawn Heisey
On 10/22/2013 7:32 AM, Raheel Hasan wrote: > I want to know how to secure the admin section. The site " > http://wiki.apache.org/solr/SolrSecurity"; has a lot of stuff, but I want to > put htaccess based restriction. > > Can anyone tell me where to place the htaccess? > > I am using solr 4.3 Res