Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 88504 invoked from network); 24 Dec 2008 14:23:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Dec 2008 14:23:41 -0000 Received: (qmail 50305 invoked by uid 500); 24 Dec 2008 14:23:30 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 50295 invoked by uid 500); 24 Dec 2008 14:23:30 -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 50285 invoked by uid 99); 24 Dec 2008 14:23:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2008 06:23:30 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mearns.b@gmail.com designates 74.125.46.156 as permitted sender) Received: from [74.125.46.156] (HELO yw-out-1718.google.com) (74.125.46.156) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2008 14:23:23 +0000 Received: by yw-out-1718.google.com with SMTP id 6so1036754ywa.84 for ; Wed, 24 Dec 2008 06:23:02 -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:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=sqzUEwmfYaqzNetwGxLpWI4SCyecmSpGDCuoQz8Eyms=; b=wJz9nHQ6WOmoYoIC7WDcblYv3cU7IBY5IdAtlcbtzW7K7zhzMClwUi4A4aVujHVjPN cW1D01/8Vf5NLPiPcsI6F1i7b46xJ9BDsu+nRoZb8l1bk358V3TbAZK5iqHvwLiZv2d0 si3flz+JBFDzxrh4+mJS0PsLbg/HNhwAg7lY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=eevGNO6BOWT9RMSmcP+yC01rNo9Ex4VvuBPT9hcaNZm3dLbtqvyI9Tq7Tzv1REa7T1 D0HoF+Nas6GFuuO9DMDTmq+F0BLZtOakAav9C0Ezhn1b2VIK10XHskBwvkVT3xJhqW3M PExBt1dJccyZQxSAgSNw/vdOfoU7EU0sdNpo4= Received: by 10.64.241.15 with SMTP id o15mr6693402qbh.18.1230128582298; Wed, 24 Dec 2008 06:23:02 -0800 (PST) Received: by 10.65.137.3 with HTTP; Wed, 24 Dec 2008 06:23:02 -0800 (PST) Message-ID: <4df3a1330812240623k20888fb3l37eb188d1ec79719@mail.gmail.com> Date: Wed, 24 Dec 2008 09:23:02 -0500 From: "Brian Mearns" To: users@httpd.apache.org, "giovanni.formenti@libero.it" In-Reply-To: <22095183.316811230074375479.JavaMail.defaultUser@defaultHost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <22095183.316811230074375479.JavaMail.defaultUser@defaultHost> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Use Apache as proxy to redirect requests You'll probably want to use mod_proxy. There's a whole section on it in the manual: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html -- Feel free to contact me using PGP Encryption: Key Id: 0x3AA70848 Available from: http://pgp.mit.edu/ On Tue, Dec 23, 2008 at 6:19 PM, giovanni.formenti@libero.it wrote: > Hi, > I have an Apache HTTP Server that must forward requests to another server > inside my intranet, for example a request to http://172.10.19.1 > /proxy/aaa/bbb/ccc.html (where 172.10.19.1 is the HTTP Server address) must be > redirect to http://172.10.19.20/aaa/bbb/ccc.html. > What are the configuration I > have to write in the httpd.conf? > > Thanks in advance to any information on this > > Best Regards, > Gio > > --------------------------------------------------------------------- > 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 > > --------------------------------------------------------------------- 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