From owner-freebsd-questions@freebsd.org Tue Dec 29 18:29:58 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38ABAA54C3F for ; Tue, 29 Dec 2015 18:29:58 +0000 (UTC) (envelope-from freebsd@ravexdata.com) Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6A7F1771 for ; Tue, 29 Dec 2015 18:29:57 +0000 (UTC) (envelope-from freebsd@ravexdata.com) Received: by mail-wm0-f43.google.com with SMTP id f206so51763610wmf.0 for ; Tue, 29 Dec 2015 10:29:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-type:content-transfer-encoding; bh=uPkPZSgmU254QdzsIeqjXxZJQR+pdKhmH1oj7LDxxWM=; b=k0k3JWA6eKG0yIg2snVjSuqyzJRYfHco4HzcRs505trkt9o9YDG/owoWY+1wXrBKX+ F3U4LKLbkdDeDFuRffFWT3cUmoYxIm6+ExTkkueTmAtxwnWIqyuTr26ACvO0GxDW7aT4 B0vFMqJ4mIp2HERNqVH6Kj2tAsNZ5AJR6FiQkBXuP65fB7fZ/wQYiGRb8SHl9nVtxvjn qe8feUWhfeBgMxxvdkx/tv6q99A1Lrc5B1cJYbFbo74MqUZd+WqS3nBIEAzhbOAzJjj2 gri7265GZ+714ACGgknZPhmQnONaLX0TgFgkJrmW7BFhxAdLG624D6R1ZVJQrEkQjF8i 2S0w== X-Gm-Message-State: ALoCoQl5O0p2FKs9wHlc71d8zoP4zInNzp8mprC5bWyaxEIbdgczrwiryVqXNwFHkLFwnMBeMEd3XbCaE9IiOPj5T4fuvewnyQ== X-Received: by 10.28.221.215 with SMTP id u206mr33864199wmg.58.1451407336740; Tue, 29 Dec 2015 08:42:16 -0800 (PST) Received: from [10.30.1.6] ([104.238.169.29]) by smtp.gmail.com with ESMTPSA id b127sm4376276wmh.9.2015.12.29.08.42.15 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Dec 2015 08:42:15 -0800 (PST) To: freebsd-questions@freebsd.org From: Paul Stuffins Subject: Are Jails worth it? Message-ID: <5682B7F1.1070606@ravexdata.com> Date: Tue, 29 Dec 2015 16:42:25 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 18:29:58 -0000 Afternoon Everyone, I have a FreeBSD VPS on Digital Ocean that runs Nginx and PHP-FPM, MariaDB is run on a separate VPS, and was wondering is it worth running NginX and PHP-FPM in separate jails, or is it not worth it and I should just keep the set up as I have it which is everything installed on the base system? Many Thanks Paul