From owner-freebsd-questions@FreeBSD.ORG Mon Jul 23 02:35:34 2007 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 6693816A417 for ; Mon, 23 Jul 2007 02:35:34 +0000 (UTC) (envelope-from gberz3@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 214E313C442 for ; Mon, 23 Jul 2007 02:35:34 +0000 (UTC) (envelope-from gberz3@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so3189727pye for ; Sun, 22 Jul 2007 19:35:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=p0BcLpp7jKccZFhVQIN3lk6AYXgHVfQWjGaHqvf++2s/sbJEW+JSfxzVYMI0zhNxd0qwa0pPbivExR6kBIw3eXheCQ16Zc+F9hEZ2u+nMfqYxfL8lkZXrpBSvI0NKR5Ml7TFGF0KW8ZYUfTEIfLdAO2trdR0TsLD02tjrCVC4Y0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=hPrp90ZTJCgrxu+6msJCx1vwrSbp4D3YhArh5usLwNLzeXw1xWHrcFmPXFJHUrg3N4cNjX0vUR6Dfx9L6nr0QWiNkoBGDnrdEiI+XEMR80KlY/lhRsuQnSKhK3FM1n8hkQHIqnEd/22jjkzPbm1zyy9DMMWO9waKAlnX48R2grA= Received: by 10.35.10.13 with SMTP id n13mr5096633pyi.1185156467443; Sun, 22 Jul 2007 19:07:47 -0700 (PDT) Received: from ?192.168.1.115? ( [74.140.142.75]) by mx.google.com with ESMTPS id 38sm3223237nzf.2007.07.22.19.07.46 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Jul 2007 19:07:46 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Michael Williams Date: Sun, 22 Jul 2007 22:07:43 -0400 X-Mailer: Apple Mail (2.752.2) Subject: HOW TO: Setting up rails for "shared hosting" on a dedicated box. . .? 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: Mon, 23 Jul 2007 02:35:34 -0000 Hi All, 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