Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 14132 invoked from network); 30 Jan 2006 22:12:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jan 2006 22:12:44 -0000 Received: (qmail 98662 invoked by uid 500); 30 Jan 2006 22:12:33 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 98648 invoked by uid 500); 30 Jan 2006 22:12:33 -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 98631 invoked by uid 99); 30 Jan 2006 22:12:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2006 14:12:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [194.109.24.28] (HELO smtp-vbr8.xs4all.nl) (194.109.24.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2006 14:12:32 -0800 Received: from webmail.xs4all.nl (dovemail7.xs4all.nl [194.109.26.9]) by smtp-vbr8.xs4all.nl (8.13.3/8.13.3) with ESMTP id k0UMCAdk016224; Mon, 30 Jan 2006 23:12:10 +0100 (CET) (envelope-from sanguis@xs4all.nl) Received: from 82.92.184.195 (SquirrelMail authenticated user sanguis) by webmail.xs4all.nl with HTTP; Mon, 30 Jan 2006 23:12:10 +0100 (CET) Message-ID: <17038.82.92.184.195.1138659130.squirrel@webmail.xs4all.nl> In-Reply-To: <43DE650F.9020705@muly.dk> References: <43DE650F.9020705@muly.dk> Date: Mon, 30 Jan 2006 23:12:10 +0100 (CET) From: "Joost de Heer" To: "allan juul" Cc: users@httpd.apache.org Reply-To: sanguis@xs4all.nl User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Re: reverse proxy - forward ip X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N allan juul wrote: > hello, > > we have on the same machine an apache2 in front (80) of a backend web > server (8000) in a reverse proxy set up. the backend sees the proxied > requests from the apache as coming from localhost. > we are in a situation were we need the backend to see the request coming > from anything but localhost. Add a header 'X-Forwarded-For' with mod_headers, and then log the value of that header in the backend application. Joost --------------------------------------------------------------------- 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