From owner-freebsd-questions@FreeBSD.ORG Wed Aug 6 01:06:24 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06B5729B for ; Wed, 6 Aug 2014 01:06:24 +0000 (UTC) Received: from mail-vc0-f173.google.com (mail-vc0-f173.google.com [209.85.220.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B88ED21E9 for ; Wed, 6 Aug 2014 01:06:23 +0000 (UTC) Received: by mail-vc0-f173.google.com with SMTP id hy10so2970505vcb.18 for ; Tue, 05 Aug 2014 18:06:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=+PS1+sFTriAh9g3G4Bl1uILPk/GdMVmV4GG3ZXLWZGI=; b=Fn6RQL+HQfxDPveM0y2sUqTAWODhEJk2Mk4hwalZHyY+oMSPD0jeIVvqEJnJdgRj/B 7v+3cMU0OzFS57RpuUO09llxZmJ61zrgVJ1l1qIE28t1+nep3vhBkUhXWKQ4GydMCJyW OSHG0K3gA9jI9oMU+1ZDJZljg50PiF4WO4et5xH0wpF1DGK/eckGtBQjtEXobd67K/Vf TZGSU2lAcrysJ8tT1dswRB2U/4ZG/1R7eQqx86lQ+KgspuKgq1id2pQPcyqgGuGwPqTP /qLKv2Vr5BnjiE+is+c/mMHvqo80AnvP1gCDW1xF/+Kpx3eN1udpHDL06A2Tvi7/x2ko r8eQ== X-Gm-Message-State: ALoCoQkpnHTy0elSmfmOzbAUjy9TCSP2fdb5bO2g3fG5jml3oXOqa17J8tBxNtV4yOMTnSojQVVV MIME-Version: 1.0 X-Received: by 10.221.38.4 with SMTP id tg4mr6362334vcb.44.1407287176567; Tue, 05 Aug 2014 18:06:16 -0700 (PDT) Received: by 10.58.208.227 with HTTP; Tue, 5 Aug 2014 18:06:16 -0700 (PDT) X-Originating-IP: [164.109.52.243] In-Reply-To: References: Date: Wed, 6 Aug 2014 11:06:16 +1000 Message-ID: Subject: Re: Best VPS setup From: Anders Jensen-Waud To: Goran Tepshic Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 01:06:24 -0000 Mon, Aug 4, 2014 at 2:09 AM, Goran Tepshic wrote: > I'd like to know what would be the most reasonable setup for VPS hosting 20 > domains. > Separate jail for each domain with Apache/PHP/MariaDB instance in each of > them (*sounds somewhat overkill*) or just Apache with virtual hosts or > maybe a jail with apache and multiple vhosts? > that depends on the configuration and level of flexibility needed for each web site. If each web site simply needs the same Apache/PHP/MariaDB version, then I would recommend starting out with one Jail with 20 vhosts. Should there be a need to branch out from the standard setup then you can always clone the jail, make the necessary amendments (e.g. MySQL instead of MariaDB or an older/newer PHP version) and easily move the vhosts to that Jail. Starting out with a base Jail means that you get the flexibility "baked-in" for free without additional overhead. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >