From owner-freebsd-stable@FreeBSD.ORG Sun Jul 22 13:32:23 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B96616A417 for ; Sun, 22 Jul 2007 13:32:23 +0000 (UTC) (envelope-from gberz3@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 348EF13C45D for ; Sun, 22 Jul 2007 13:32:23 +0000 (UTC) (envelope-from gberz3@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2920252pye for ; Sun, 22 Jul 2007 06:32:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=mgleNt3Cs0IrzMfiZ9FQ7mb2q7k41fzlvG77BrFYPeu+sk5m0D01OckRaavyYQDX7rTB7AA2Ohm9DuEu6W80f68uYsMsaE3Wxqv+Nmn8dAVHb2RVegPWru2XWLHEw4HVjS9QrLOrRdrpqn7k3P7LeA595Z7spV/yGvO2GLRj2l4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=afQ6uSM/k5L9SrSNiFS8a82y4NKBO1DsyLkH2A9QKwqMg/us7NRylOHR6JzPIIETYH3JPo53Ogt6gBjQnI1p9MFua+6PnNm6UBeCxVnqvy/9vrfmTNPxb7A1EhlXARUJnvg/AAF6/Q5Arb7Sek9VNVILtLAkDet2xlasncGcqD8= Received: by 10.35.101.1 with SMTP id d1mr4191020pym.1185111142674; Sun, 22 Jul 2007 06:32:22 -0700 (PDT) Received: from ?192.168.1.115? ( [74.140.142.75]) by mx.google.com with ESMTPS id 34sm20641678nza.2007.07.22.06.32.21 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Jul 2007 06:32:21 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20070722120024.91A7316A4C2@hub.freebsd.org> References: <20070722120024.91A7316A4C2@hub.freebsd.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <79DB43A3-7486-46AD-9BFF-5450A02E292E@gmail.com> Content-Transfer-Encoding: 7bit From: Michael Williams Date: Sun, 22 Jul 2007 09:32:19 -0400 To: freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.752.2) Subject: HOW TO: Setting up rails for "shared hosting" on a dedicated box. . .? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2007 13:32:23 -0000 Hi All, As you may already know, A partner and I recently purchased a dedicated FreeBSD box. We're currently using Plesk (blech!) to manage client domains and such. I'm curious though as to what the best (most manageable) setup/configuration is for supporting Rails for each of our clients. Basically we want to be our own Shared Hosting Rails Provider (for lack of a more appropriate phrase) and need to figure out the best server configuration. Just a bit of an FYI, everything is already running on Apache2 so I'd need to share Apache2 among all programs (e.g. svn, rails, etc); as opposed to splitting tasks between Apache and Apache2. If you could point me in the right direction it would be most appreciated. Regards, Michael