Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 42093 invoked from network); 1 Jun 2008 01:38:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2008 01:38:07 -0000 Received: (qmail 66669 invoked by uid 500); 1 Jun 2008 01:37:58 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 66647 invoked by uid 500); 1 Jun 2008 01:37:57 -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 66636 invoked by uid 99); 1 Jun 2008 01:37:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 May 2008 18:37:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pytechd@gmail.com designates 209.85.200.172 as permitted sender) Received: from [209.85.200.172] (HELO wf-out-1314.google.com) (209.85.200.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 01:37:03 +0000 Received: by wf-out-1314.google.com with SMTP id 24so397162wfg.15 for ; Sat, 31 May 2008 18:37:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=qky/k0/T5VFo12Rgc+CjtUaBpy7LWM2GAcPVWyelBu0=; b=X5DMM4l0A+MC3Be5Um+zILS0wbP6T7yDGlpco6uT7UlRToaQGtuc294Iv5yMcJ85aNa4mHGiwhFosI7wSpxVXWwWxyPukFSPeQXsjqh0mXFw4zJONnWhBp47VtNKgzpww/17+CqNvqEPyI8THnboVHOhiJPhCe27begsRKdB3ZA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Sus7L4mkYqX4Zem7qUGGAbZONY7Re8s1GjAhnpVQH360vfTuSKHjI7+Rahs4V7Qpa5Wx+myqVITx26f8jEu433SFo6xbLJ8qCkz97k/wiua2QxQEz7PSUDanmE+vkCWcD5o/AhnYzdLhRd+giTGZ9uA1WZinTzadGLxV9bP7U8c= Received: by 10.142.49.16 with SMTP id w16mr2890662wfw.309.1212284244917; Sat, 31 May 2008 18:37:24 -0700 (PDT) Received: by 10.142.97.17 with HTTP; Sat, 31 May 2008 18:37:24 -0700 (PDT) Message-ID: Date: Sat, 31 May 2008 21:37:24 -0400 From: Eric To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Consequences of disabling mod_authz_host? >From what I understand, mod_authz_host always performs two DNS lookups per request when mod_authz_host is enabled, regardless of whether any host-based blockings are used. I don't need that, in fact, the only part of mod_authz_host I use is to set "Order allow,deny" and "Allow from all" or "Deny from all". If I disable mod_authz_host, what are the risks? Currently the only blocks I have are from: Order allow,deny Deny from all and Order allow,deny Deny from all I can block the latter with mod_rewrite. Is the first even necessary? It was in my distro's default httpd.conf. Thanks! --------------------------------------------------------------------- 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