Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 94530 invoked from network); 29 Feb 2008 14:55:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Feb 2008 14:55:37 -0000 Received: (qmail 93040 invoked by uid 500); 29 Feb 2008 14:55:17 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 93025 invoked by uid 500); 29 Feb 2008 14:55:17 -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 93010 invoked by uid 99); 29 Feb 2008 14:55:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 06:55:17 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jslive@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 14:54:43 +0000 Received: by py-out-1112.google.com with SMTP id d37so6686289pye.29 for ; Fri, 29 Feb 2008 06:54:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=+1aSABdw9hUkj45O4leHt9Oq40X6taYi9nk9Zv8YRX4=; b=cBuBNV+aiwtBUOgD/nwLcfijuKXvs4X6Njw7ih3ZlOKpF7TmKaE870vM3RTlWq/gxyxrE2xUep3+TFTweS6AaExnA96XOOZWTyggH2irLQAO7WZWLfHhkTpwdnnpsoJA7tbHzZa9eN690bd/34CGYkTO0bEJeaNJrKk6f+8d3bo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=R2ZRcP5qSk5WRw5lA8324W71Ho0TNua85COAsbF0tdKD/zVIoNeuGEcjSYUy4PCTuZvvlMBDek9hJNo6jAJWbTFMhrbj3tuRab0XATICkSTWMkaqbzHeWr02Whfgsxp3+lqbUDbR9nGPu42kwTQR3fDSMQ7BafvzNK8wlkEXs0Q= Received: by 10.65.163.8 with SMTP id q8mr18035034qbo.23.1204296892036; Fri, 29 Feb 2008 06:54:52 -0800 (PST) Received: by 10.65.73.19 with HTTP; Fri, 29 Feb 2008 06:54:51 -0800 (PST) Message-ID: Date: Fri, 29 Feb 2008 09:54:51 -0500 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <001d01c87ae0$25325e20$801310ac@nmm.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000c01c87aae$12b37c70$bd1310ac@nmm.local> <200802291510.23541.torsten.foertsch@gmx.net> <001d01c87ae0$25325e20$801310ac@nmm.local> X-Google-Sender-Auth: 08e57cfc4ef8c852 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] SSI resolve IP to hostname On Fri, Feb 29, 2008 at 9:34 AM, Andre H=FCbner wrot= e: > In current conf it is off but if i request this ssi-page of costumer i se= e > my resolved hostname. > hmm, i could switch to on but i think it is not recommend. There are mor= e > domains > served by this apache and i'm afraid of delays at serving the requests. REMOTE_HOST is resolved if either HostnameLookups is On or if you have an Allow or Deny directive that forces hostname resolution. For your case, you can put HostnameLookups into a section to restrict its application only to where it is needed. Joshua. --------------------------------------------------------------------- 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