Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 90155 invoked from network); 2 Apr 2008 11:05:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 11:05:13 -0000 Received: (qmail 82567 invoked by uid 500); 2 Apr 2008 11:05:03 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 82549 invoked by uid 500); 2 Apr 2008 11:05:03 -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 82530 invoked by uid 99); 2 Apr 2008 11:05:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 04:05:03 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.229.52.226] (HELO grimnir.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 11:04:20 +0000 Received: from grimnir.webthing.com (localhost [127.0.0.1]) by grimnir.webthing.com (Postfix) with ESMTP id 2FDB62140 for ; Wed, 2 Apr 2008 12:04:30 +0100 (BST) Date: Wed, 2 Apr 2008 12:04:29 +0100 From: Nick Kew To: users@httpd.apache.org Message-ID: <20080402120429.5247ec6a@grimnir> In-Reply-To: References: Organization: WebThing X-Mailer: Sylpheed-Claws 2.5.0-rc3 (GTK+ 2.10.6; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] mod_access: deny function On Wed, 2 Apr 2008 10:30:10 +0000 (UTC) Stefan Bielenberg wrote: > Hello, > > I'm searching for a method to remove the IP definitions form the > original Apache config. file to new file which contains only the IP > addresses. The same like I know from Postfix SMTP server. Something > like: > > deny hash:/etc/httpd/conf.d/deny_list Not implemented in the standard apache distribution. You could work around it with mod_rewrite (RewriteMap your-deny-list) or look for a third-party module, or just hack it. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.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