From owner-freebsd-jail@FreeBSD.ORG Thu Jan 3 11:53:28 2008 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C780816A41B for ; Thu, 3 Jan 2008 11:53:28 +0000 (UTC) (envelope-from michel@douyere.com) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3D213C455 for ; Thu, 3 Jan 2008 11:53:28 +0000 (UTC) (envelope-from michel@douyere.com) Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id B32D53EA0F4 for ; Thu, 3 Jan 2008 12:53:27 +0100 (CET) Received: from cyan.douyere.com (laf31-3-82-225-216-24.fbx.proxad.net [82.225.216.24]) by smtp4-g19.free.fr (Postfix) with ESMTP id A2C263EA0D3 for ; Thu, 3 Jan 2008 12:53:27 +0100 (CET) From: Michel To: FreeBSD-Jail Date: Thu, 3 Jan 2008 12:53:27 +0100 User-Agent: KMail/1.9.7 References: <200801031159.44964.michel@douyere.com> <477CC4A6.7010400@gmail.com> In-Reply-To: <477CC4A6.7010400@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200801031253.27213.michel@douyere.com> Subject: Re: web(HTTP) services in host and jailed systems X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:53:28 -0000 Le jeudi 3 janvier 2008, Yong Taro a =E9crit=A0: > Sorry, I will reformulate > > I want to have the following: > "mydomain.com" and "myblog.com" will resolve to IP1. > "mydomain.com" will be serverved by the webserver listening on IP1:80 > "myblog.com" will be server by the webserver listening on IP2:80 - which > is a jailed system. > > is this possible ? > Use a proxy on the host to rewrite IP on a per-domain way ? =46or apache the proxy directive may be used in a virtual host context (thi= s is=20 for the per-domain way) ... but I never use the proxying capability of=20 apache !