Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 6866 invoked from network); 1 Aug 2006 23:34:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 23:34:51 -0000 Received: (qmail 66711 invoked by uid 500); 1 Aug 2006 23:34:46 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 65861 invoked by uid 500); 1 Aug 2006 23:34:44 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 65850 invoked by uid 99); 1 Aug 2006 23:34:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 16:34:44 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 16:34:43 -0700 Received: by nf-out-0910.google.com with SMTP id k26so468862nfc for ; Tue, 01 Aug 2006 16:34:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=q+tG0mjckXlr/IiX6y0bqBr89v5AsZUw7ee479Wqp0OylN+ByUa0jxRKVDqSPfRkfC4YFrGOg1r82Cs3DGmKgePhHRS61PrtNlXLm/R9xNPNIixV8CHk9BiNrcmWjutsmNF0oQ8IqESYoxSwoXxF5ATapjxH6frCRWLLICuUTbA= Received: by 10.78.157.8 with SMTP id f8mr87269hue; Tue, 01 Aug 2006 16:34:21 -0700 (PDT) Received: by 10.78.142.9 with HTTP; Tue, 1 Aug 2006 16:34:21 -0700 (PDT) Message-ID: Date: Tue, 1 Aug 2006 19:34:21 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: dev@httpd.apache.org Subject: Re: svn commit: r427780 - in /httpd/httpd/trunk: docs/manual/mod/mod_authz_core.xml modules/aaa/mod_auth.h modules/aaa/mod_authz_core.c In-Reply-To: <20060801225439.C30401A981D@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060801225439.C30401A981D@eris.apache.org> X-Google-Sender-Auth: de8c18cf67c6f0fe X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/1/06, bnicholes@apache.org wrote: > Author: bnicholes > Date: Tue Aug 1 15:54:38 2006 > New Revision: 427780 > > URL: http://svn.apache.org/viewvc?rev=427780&view=rev > Log: > Converted the reject directive to be definitive and enabled directory_merge to merge all of the authorization rules and logic. Can you explain how you do something like the following: Allow access from anywhere except IPs starting 10.2, but also allow access from the specific subnet 10.2.1. Joshua.