From owner-freebsd-virtualization@FreeBSD.ORG Thu Feb 6 17:36:37 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B702D489 for ; Thu, 6 Feb 2014 17:36:37 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B59E109F for ; Thu, 6 Feb 2014 17:36:37 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id fp1so1579163pdb.24 for ; Thu, 06 Feb 2014 09:36:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HJLkXs9xH1tAsuPdbKdvRrXiHR0igOu1nDtix20wSzs=; b=PJ9zoIt8u9XAcZPMMShE7+sWtC9cP//K7nEM6GR0F78nN05weWXG45wlhamjoG6pUN yTSnrw6gFAg19Zxw23ddeAIleS+ehngwM2IIQ10WdNj9sFZ4KVb1eRZ6p1vcVgdSx8UW Jhxxb3FJQcY3JekQTfKBSs8KXq7y9sRtZ5Atih+lIurpTrPKfj7IQTyTd5Fq+pXzTY67 D5WlK03kY7V6IDhCBV5CTx3XzESgLoC8ktog7v0OvENeQF66gGg+f/1Cd5dDEWZh24yk XXfaIRfwa7xVHn4cMgNCnmsiSA1BLMLD4PWR9OmMVziB1CIXGXkK1eUaX/EN6YNBeLfL +jHw== MIME-Version: 1.0 X-Received: by 10.68.189.5 with SMTP id ge5mr13835718pbc.42.1391708197212; Thu, 06 Feb 2014 09:36:37 -0800 (PST) Received: by 10.68.155.38 with HTTP; Thu, 6 Feb 2014 09:36:37 -0800 (PST) In-Reply-To: <52F3B69B.6030706@pix.net> References: <52F3B69B.6030706@pix.net> Date: Thu, 6 Feb 2014 12:36:37 -0500 Message-ID: Subject: Re: CFT: Very rough draft of PetiteCloud 0.2.4 (Linux as a host) From: Aryeh Friedman To: Kurt Lidl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 17:36:37 -0000 On Thu, Feb 6, 2014 at 11:21 AM, Kurt Lidl wrote: > 1. We'll be creating our own mailing list as soon as we can solve these >> >> technical issues: >> >> a. Mailman (under apache22) seems to insist on being on port >> 80. >> We have no machine that is on the public internet that has 80 not used by >> tomcat. Any ideas on how to fix this? (Both machines are at RootBSD and >> have 9.2-RELEASE on them.) >> > > This part is easy. > > You run a reverse proxy on your external IP address, and then you have > it pass stuff for one virtual host to the server running tomcat, > and have it pass requests for the mailman host to the server running > apache22. > > Those "servers" could just be processes on the same machine, bound to > different ports, or they could be complete virtual machines. It's > entirely up to you as to how to implement and run it to best serve > your interests. Due to scheduling reasons we decided to spin up a third instance at RootBSD dedicated to mail and our non open source work. We should have everything set up and ready to go in the next few days. But since I am always looking out for new tricks, thanks. -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org