From owner-freebsd-isp@FreeBSD.ORG Fri Jul 23 19:46:10 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC3916A4CE for ; Fri, 23 Jul 2004 19:46:10 +0000 (GMT) Received: from swisseasy.net (mailhost.swisseasy.net [80.74.132.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E95243D48 for ; Fri, 23 Jul 2004 19:46:09 +0000 (GMT) (envelope-from arie@gerszt.ch) Received: (qmail 56000 invoked by uid 2537); 23 Jul 2004 19:46:07 -0000 Received: from arie@gerszt.ch by atlas.swisseasy.net by uid 89 with qmail-scanner-1.22 (clamscan: 0.70. spamassassin: 2.63. Clear:RC:1(212.41.77.18):. Processed in 1.022274 secs); 23 Jul 2004 19:46:07 -0000 Received: from unknown (HELO i8000) (arie@gerszt.ch@212.41.77.18) by mailhost.swisseasy.net with SMTP; 23 Jul 2004 19:46:06 -0000 From: "Arie Gerszt" To: Date: Fri, 23 Jul 2004 21:45:11 +0200 Message-ID: <000301c470ed$91015440$5b01a8c0@i8000> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: Apache - reverse proxy with freebsd X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 19:46:10 -0000 Hi Currently I am running a standard setup with NameBased Virtualhosts with HTTP 1.1 with a couple of Vhosts. Each has the same public IP. What I would like to do: - assign each vhosts a unique RFC1918 internal address - do some nat / reverse proxy magic on the freebsd box (the webserver itself) - I want to use the same public IP Is there a solution for that? What I could not figure out, how the reverse proxy could distinghish / split up the http 1.1 individual domains to internal ips. Thanks for hints, Arie