Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 7113 invoked from network); 1 Jun 2010 12:29:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 12:29:32 -0000 Received: (qmail 49411 invoked by uid 500); 1 Jun 2010 12:29:29 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 49355 invoked by uid 500); 1 Jun 2010 12:29:28 -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 49347 invoked by uid 99); 1 Jun 2010 12:29:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 12:29:28 +0000 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-px0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 12:29:22 +0000 Received: by pxi2 with SMTP id 2so3550232pxi.18 for ; Tue, 01 Jun 2010 05:29:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=Lan1mIgKH0lDAoP6xMJ+X0HD0szmw0qPY0kVRYRY6G8=; b=gM8eDpybvJ6eX8LyV8JS3Hrzn7L3i9atQNrnXVxaGn1TpD8pzMW3hK674OGoPa+jrF TD31cbpM44AXU5MON98JKmJ+ZZJDPqgoBpKqC6NF0bWSmBQGbEx9M2NAeysjthZw5DSm Ly43MHCLbr0hRiwH3WtVcOpbTwMj1smvom6Yk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=sdmS4jQlSvUFHlBFjtYI6fAA0mZitvVAFXSPR6uMgauHncJGeozLvrrRHmqxTeICsc NgzvxLzmd6tL1Ur0kafR7uIOFxLw6HtNqoizEzVn0sBRrg6LDecoUWqRighoTTtBNqKK MSWUWMA2Box/JrvPzEpPI0wmrdd0z/BhB/hRo= MIME-Version: 1.0 Received: by 10.142.122.9 with SMTP id u9mr4163762wfc.339.1275395342177; Tue, 01 Jun 2010 05:29:02 -0700 (PDT) Received: by 10.142.224.5 with HTTP; Tue, 1 Jun 2010 05:29:02 -0700 (PDT) In-Reply-To: <4C04E557.7090700@dionic.net> References: <4C04E557.7090700@dionic.net> Date: Tue, 1 Jun 2010 08:29:02 -0400 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [users@httpd] Combining deny and allow conditions > I could do it better if there was a "FilesNotMatch" directive or equivalent. You can use the zero-width assertions like negative lookahead in PCRE to create *Match directives that are conceptually negated. -- Eric Covener covener@gmail.com --------------------------------------------------------------------- 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