Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84D1268F5 for ; Sat, 25 Jun 2011 00:14:47 +0000 (UTC) Received: (qmail 84431 invoked by uid 500); 25 Jun 2011 00:14:43 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 84353 invoked by uid 500); 25 Jun 2011 00:14:43 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 84345 invoked by uid 99); 25 Jun 2011 00:14:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 00:14:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of brian.lamb@journalexperts.com designates 209.85.210.48 as permitted sender) Received: from [209.85.210.48] (HELO mail-pz0-f48.google.com) (209.85.210.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 00:14:36 +0000 Received: by pzk10 with SMTP id 10so2743158pzk.35 for ; Fri, 24 Jun 2011 17:14:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.14.66 with SMTP id n2mr2070186pbc.249.1308960854529; Fri, 24 Jun 2011 17:14:14 -0700 (PDT) Received: by 10.68.44.37 with HTTP; Fri, 24 Jun 2011 17:14:14 -0700 (PDT) Date: Fri, 24 Jun 2011 20:14:14 -0400 Message-ID: Subject: Reject URL requests unless from localhost for dataimport From: Brian Lamb To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=bcaec520ef99c255c204a67e32ca X-Virus-Checked: Checked by ClamAV on apache.org --bcaec520ef99c255c204a67e32ca Content-Type: text/plain; charset=ISO-8859-1 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 possible? If so, where should I look for a guide? Thanks, Brian Lamb --bcaec520ef99c255c204a67e32ca--