From owner-freebsd-questions@FreeBSD.ORG Thu Jul 22 03:08:46 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15C381065674 for ; Thu, 22 Jul 2010 03:08:46 +0000 (UTC) (envelope-from peter@boosten.org) Received: from smtpq4.tb.mail.iss.as9143.net (smtpq4.tb.mail.iss.as9143.net [212.54.42.167]) by mx1.freebsd.org (Postfix) with ESMTP id C43A88FC12 for ; Thu, 22 Jul 2010 03:08:45 +0000 (UTC) Received: from [212.54.42.145] (helo=smtp14.tb.mail.iss.as9143.net) by smtpq4.tb.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1Obm9M-0005Wi-BW for freebsd-questions@freebsd.org; Thu, 22 Jul 2010 05:08:44 +0200 Received: from [84.25.59.18] (helo=ra.egypt.nl) by smtp14.tb.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1Obm9J-0000J0-Vi for freebsd-questions@freebsd.org; Thu, 22 Jul 2010 05:08:42 +0200 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id 3B3D73983D for ; Thu, 22 Jul 2010 04:58:41 +0200 (CEST) Message-ID: <4C47B3DF.1080205@boosten.org> Date: Thu, 22 Jul 2010 04:58:39 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4C478C90.4090702@comclark.com> In-Reply-To: <4C478C90.4090702@comclark.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1Obm9J-0000J0-Vi X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-2.1, vereist 5, BAYES_00 -2.60, CM_META_TB_NOARR 0.50, SPF_PASS -0.00) X-ZiggoSMTP-MailScanner-From: peter@boosten.org X-Spam-Status: No Subject: Re: Install Apache in qjail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2010 03:08:46 -0000 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