On Sep 26, 2013, at 11:13 , uwe72 <uwe.clem...@exxcellent.de> wrote: > Hi there, > > how can i prevent that everybody who knows the URL of our solr admin page, > has the right to access it? > > Thanks in advance! > Uwe
I'd restrict access to the jetty server to localhost, and use an Apache httpd instance (or some other capable web server) running on the same host as an authenticated proxy.