From owner-freebsd-questions@FreeBSD.ORG Fri Dec 9 14:23:59 2005 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 45E7316A41F for ; Fri, 9 Dec 2005 14:23:59 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F73443D45 for ; Fri, 9 Dec 2005 14:23:45 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: by xproxy.gmail.com with SMTP id s7so639815wxc for ; Fri, 09 Dec 2005 06:23:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:sent-from-pda:user-agent; b=Ll073eZY49VFbUVBpyRHBAEGoZutEpN+Du7At2EQsooJ1dgJ5tDs/0xK24CDh2USeuZx5XH9YAitpro+JWsZ9ZpKHPS/mN512tW5uT8tuZPLuhCfZK+MMVRLtzBhtHSnsxMa9p0wQf63VI8RqSn6QrHccUEjiL1xDK/E+fOT3vA= Received: by 10.70.60.2 with SMTP id i2mr5636418wxa; Fri, 09 Dec 2005 06:23:43 -0800 (PST) Received: from localhost ( [65.211.29.191]) by mx.gmail.com with ESMTP id i38sm5190682wxd.2005.12.09.06.23.43; Fri, 09 Dec 2005 06:23:43 -0800 (PST) Date: Fri, 9 Dec 2005 09:23:40 -0500 From: Mike Hernandez To: freebsd-questions@freebsd.org Message-ID: <20051209142339.GA6465@dementia.beyondnormal.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20051209075120.GK99618@ns2.wananchi.com> <20051209133423.GG10676@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051209133423.GG10676@ns2.wananchi.com> Sent-From-PDA: Yes User-Agent: Mutt/1.5.9i Subject: Re: apache13 to 22 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, 09 Dec 2005 14:23:59 -0000 On Fri, Dec 09, 2005 at 04:34:23PM +0300, Odhiambo Washington wrote: > * On 09/12/05 11:13 +0200, Perttu Laine wrote: > > And how about upgrading of apache itself. I can't just remove apache13 cause > > lots of proggies are depending on it. So how I do procedure of upgrading it? > > There is no clear-cut upgrade procedure, but it's doable, I think, but on > the same machine, you really have to schedule a downtime and let your > users know that you will be upgrading and the downtime will be about > NN minutes long. > > You'll really need to deinstall apache13, then install apache22 and > reinstall mod_php5. This is where the downtime comes in. > I'm messing with apache on my home computer, and with apache13 I was able to use mod_ruby. mod_ruby doesn't seem to like apache22 though =/ Is it even possible to use mod_ruby with apache 2? I was going to start a new thread but it's related to this so I figured I'd just add to this one. Thanks Mike