Date: Thu, 06 Feb 2014 11:21:47 -0500 From: Kurt Lidl <lidl@pix.net> To: freebsd-virtualization@freebsd.org Subject: Re: CFT: Very rough draft of PetiteCloud 0.2.4 (Linux as a host) Message-ID: <52F3B69B.6030706@pix.net> In-Reply-To: <CAGBxaXky%2BEmC=5_9JDXc5sJBoWHevJPuMswx=AFcpMXY1bRwuQ@mail.gmail.com> References: <CAGBxaXky%2BEmC=5_9JDXc5sJBoWHevJPuMswx=AFcpMXY1bRwuQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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. -Kurt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52F3B69B.6030706>