Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 49309 invoked by uid 500); 20 Aug 2003 01:08:38 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 48908 invoked from network); 20 Aug 2003 01:08:25 -0000 Received: from ms-smtp-02.southeast.rr.com (24.93.67.83) by daedalus.apache.org with SMTP; 20 Aug 2003 01:08:25 -0000 Received: from noel770 (cae88-16-024.sc.rr.com [24.88.16.24]) by ms-smtp-02.southeast.rr.com (8.12.5/8.12.2) with SMTP id h7JNVsDc017582 for ; Tue, 19 Aug 2003 19:31:55 -0400 (EDT) From: "Noel J. Bergman" To: Date: Tue, 19 Aug 2003 19:35:06 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] How to allow from non-reversible host name? OK, I know how to do: allow from and I know how to do: allow from but how do I do: allow from Apparently, the allow from mydomain.tld works by taking the requester's IP address and doing a reverse lookup to get the domain, and then doing a string match. What I want is for httpd to lookup the IP address of the symbolic name I provide, and do an exact match against the IP returned. --- Noel --------------------------------------------------------------------- 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