Date: Tue, 20 Nov 2001 03:19:54 -0600 From: Jeff Fisher <jeff@jeffenstein.org> To: francisv@dagupan.com Cc: freebsd-questions@freebsd.org Subject: Re: Jail in production use Message-ID: <20011120031954.A6867@folsom.tinc-org.com> In-Reply-To: <10F29E27A956D511B0940050DA8D86A9340BAE@apmail.dagupan.com>; from francisv@dagupan.com on Tue, Nov 20, 2001 at 01:38:01PM %2B0800 References: <10F29E27A956D511B0940050DA8D86A9340BAE@apmail.dagupan.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 20, 2001 at 01:38:01PM +0800, francisv@dagupan.com wrote: > > Hi, > > Can someone point me to examples in setting up jail for use in a production > environment? I've managed to setup jail but the next step is to include > pre-configured services like apache, mysql, postgresql, postfix, pop3, > imap4, etc. The easiest way is to just copy the ports tree into your jail, login to the jail, cd </usr/ports/whatever> and make install as normal. I'm not sure if mysql uses shared memory, but if it does, then you should know that shared memory in the jail is not seperated from the host's shared memory. That may cause some problems if you're using shared memory in the host system, or in another jail on the same system. -- jeff@jeffenstein.org http://www.jeffenstein.org/ "Power corrupts. Absolute power is kind of neat" -- John Lehman, Secretary of the Navy 1981-1987 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011120031954.A6867>