Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 40127 invoked from network); 31 May 2006 23:10:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 May 2006 23:10:10 -0000 Received: (qmail 71229 invoked by uid 500); 31 May 2006 23:09:59 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 70937 invoked by uid 500); 31 May 2006 23:09:57 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 70926 invoked by uid 99); 31 May 2006 23:09:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 16:09:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [128.117.91.219] (HELO sam.globe.ucar.edu) (128.117.91.219) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 16:09:56 -0700 Received: from hamburg (hamburg.globe.ucar.edu [128.117.92.31]) by sam.globe.ucar.edu (Postfix) with SMTP id 6BD9125814C; Wed, 31 May 2006 17:09:35 -0600 (MDT) Message-ID: <036d01c68507$50ace050$1f5c7580@globe.ucar.edu> From: "David Salisbury" To: , "Bobby Gontarski" References: <10539.10507-11125-1708211663-1149114838@seznam.cz> Date: Wed, 31 May 2006 17:09:48 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] access control X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N yea.. you're going to need a couple more directives, and you may have to go to the online docs, or someone else may chime in, but my first stab would be to add .. AuthType Basic AuthName "Magicenglish Files" AuthBasicProvider file AuthUserFile ".../passwd/passwords" Require user username Allow from #host list# Order Deny,Allow satisfy any .. I think that'd do it. I could be wrong. -ds ----- Original Message ----- From: "Bobby Gontarski" To: Sent: Wednesday, May 31, 2006 4:33 PM Subject: Re: [users@httpd] access control >> I would guess you need a "satisfy any" directive.. but you're not posting >> how you have things configured... so no se. > > > Options Indexes FollowSymLinks > AllowOverride None > Order allow,deny > Allow from #host list# > > > This is the following directory directive I want protected if the IP is in allow if not use passwords file > > > AuthType Basic > AuthName "Magicenglish Files" > AuthBasicProvider file > AuthUserFile ".../passwd/passwords" > Require user username > Allow from #host list# > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org