Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 19260 invoked from network); 1 Nov 2007 13:34:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 13:34:25 -0000 Received: (qmail 925 invoked by uid 500); 1 Nov 2007 13:32:07 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 886 invoked by uid 500); 1 Nov 2007 13:32:07 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 867 invoked by uid 99); 1 Nov 2007 13:32:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 06:32:06 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 13:32:18 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 40C5F71422B; Thu, 1 Nov 2007 06:31:58 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 43768] New: - htaccess files with names, instead of IPs, do not work Message-ID: X-Bugzilla-Reason: AssignedTo Date: Thu, 1 Nov 2007 06:31:58 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=43768 Summary: htaccess files with names, instead of IPs, do not work Product: Apache httpd-2 Version: 2.2.6 Platform: Sun OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: mod_auth AssignedTo: bugs@httpd.apache.org ReportedBy: wjs@cs.duke.edu CC: wjs@cs.duke.edu After upgrading to the latest release (2.2.6) of httpd, .htaccess files with names no longer work. No error is generated, and the files seem to work fine with IP addresses, just not DNS names. The error message records: [Thu Nov 01 09:27:40 2007] [error] [client [IP deleted]] client denied by server configuration: If the DNS name is switched to an IP address all works as expected. It appears that the DNS name is not causing a lookup and failing. Even if HostnameLookups are enabled globally it still seems to fail. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org