Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 49012 invoked from network); 7 Apr 2009 13:30:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2009 13:30:47 -0000 Received: (qmail 37658 invoked by uid 500); 7 Apr 2009 13:30:43 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 37615 invoked by uid 500); 7 Apr 2009 13:30:43 -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 37604 invoked by uid 99); 7 Apr 2009 13:30:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 13:30:43 +0000 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: local policy) Received: from [134.109.132.47] (HELO jessica.hrz.tu-chemnitz.de) (134.109.132.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 13:30:33 +0000 Received: from galba.hrz.tu-chemnitz.de ([134.109.133.156] helo=mailbox.hrz.tu-chemnitz.de) by jessica.hrz.tu-chemnitz.de with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1LrBNU-0007qC-Ol for users@httpd.apache.org; Tue, 07 Apr 2009 15:30:12 +0200 Received: from aiken.hrz.tu-chemnitz.de ([134.109.133.143] helo=localhost) by mailbox.hrz.tu-chemnitz.de with esmtp (Exim 4.69) (envelope-from ) id 1LrBNU-0006fb-Ih for users@httpd.apache.org; Tue, 07 Apr 2009 15:30:12 +0200 Received: from o1.gameduell.de (o1.gameduell.de [83.236.169.18]) by mail.tu-chemnitz.de (Horde Framework) with HTTP; Tue, 07 Apr 2009 15:30:12 +0200 Message-ID: <20090407153012.69393m46314k1l5w@mail.tu-chemnitz.de> Date: Tue, 07 Apr 2009 15:30:12 +0200 From: Lars Bachmann To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.3.3 X-Originating-IP: 83.236.169.18 X-Scan-Signature: 06280db8b748e42b2cf8978feac4b446 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] apache proxy for different domains hi, i want to setup the apache as a proxy. The proxy can be accessed by different top level domains. (www.mysite.de, www.mysite.com, www.mysite.fr, ...) now i want apache to work as an reverse proxy and delegate the http requests to the "real" webserver. So i followed the documentation and used the following commands: ProxyRequests Off ProxyPass / http://www.myrealsite.de/ ProxyPassReverse / http://www.myrealsite.de/ It is working fine but I don't know how to setup the redirect for the different top level domains. What I want to realize is that a call of www.mysite.com will redirect to www.myrealsite.com, www.mysite.de to www.myrealsite.de and so on ... Im not sure how to do this. I played around with the rewrite engine but couldn't get it work. I would be thankful for any help. Regards, Lars --------------------------------------------------------------------- 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