Date: Thu, 22 Jul 2010 04:58:39 +0200 From: Peter Boosten <peter@boosten.org> To: freebsd-questions@freebsd.org Subject: Re: Install Apache in qjail? Message-ID: <4C47B3DF.1080205@boosten.org> In-Reply-To: <4C478C90.4090702@comclark.com> References: <AANLkTimFeAnOAkxziP-FT=ZpkCFCMZvRQyR3pqvUqHBj@mail.gmail.com> <4C478C90.4090702@comclark.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22-7-2010 2:10, Aiza wrote: > > If this apache jail is going to use the standard port 80 to listen on, > then the host and any other jails can not use that port number. Nonsense! Since the IP address assigned to the jail is the only one the jail is seeing, Apache will only bind to that IP address. So you can have as many jails running Apache on port 80 as you like, because they only will bind to the IP address belonging to the jail. The only 'challenge' will be configuring Apache on the host itself to only listen to one IP address, instead of *, which is piece of cake. Peter -- http://www.boosten.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C47B3DF.1080205>