From owner-freebsd-questions@FreeBSD.ORG Fri Aug 25 05:15:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AC8616A4DE for ; Fri, 25 Aug 2006 05:15:53 +0000 (UTC) (envelope-from don.munyak@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E8143D46 for ; Fri, 25 Aug 2006 05:15:52 +0000 (GMT) (envelope-from don.munyak@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so495031nzn for ; Thu, 24 Aug 2006 22:15:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PpmAnkJE0b/PwkS/FHksIh6g+ndiAM4RKec5zThiWRvEmGx7Xehl0Aje8dmm0kj5HPMD3h28M2jlZ2kT1WObNGKTvNebvu0WeW0ZK6R53HnMUZ/HN6GkywUkd6F5LR2NoLm6AC5CtHJxl81JuLSGqEUNhBmfbkTqeO9MRfm8GPo= Received: by 10.65.35.6 with SMTP id n6mr3159002qbj; Thu, 24 Aug 2006 22:15:52 -0700 (PDT) Received: by 10.65.203.17 with HTTP; Thu, 24 Aug 2006 22:15:52 -0700 (PDT) Message-ID: <6207f7d90608242215h2a3626f5v73636ec1038c7fe7@mail.gmail.com> Date: Fri, 25 Aug 2006 01:15:52 -0400 From: "Don Munyak" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: apache & Jails 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: Fri, 25 Aug 2006 05:15:53 -0000 I want to build a FreeBSD webserver to replace a M$ IIS web server. I've started researching using Jails but am a little confused. Given I am hosting four(4) websites, would I have four separate jails. each jail having a separate install of apache + php + mysql ? or would I be installing apache + php + mysql at the base system, and then have four separate jails for each web site and database files ?? Thanks