From owner-freebsd-questions@FreeBSD.ORG Fri Jan 21 16:08:24 2011 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 A6135106566B for ; Fri, 21 Jan 2011 16:08:24 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 5B57B8FC14 for ; Fri, 21 Jan 2011 16:08:24 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PgJX6-0005nO-61 for freebsd-questions@freebsd.org; Fri, 21 Jan 2011 17:08:16 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jan 2011 17:08:16 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jan 2011 17:08:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Fri, 21 Jan 2011 17:08:00 +0100 Lines: 14 Message-ID: References: <998111295618056@web50.yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101102 Thunderbird/3.1.6 In-Reply-To: <998111295618056@web50.yandex.ru> X-Enigmail-Version: 1.1.2 Subject: Re: upgrading a dozen of servers from 7.0 to 8.1 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, 21 Jan 2011 16:08:24 -0000 On 21/01/2011 14:54, Radomskiy Yuriy wrote: > how can upgrading to apache 2.2 + php5.3 be done with minimal downtime? That's the more important question. I think that upgrading the configuration of your software will take more time than upgrading FreeBSD. For example: apache22 port has a different (and better) configuration file structure than 2.0, and some web application still don't work with php 5.3. If you know reasonably good enough how FreeBSD works, I don't think you will have trouble with that part of the upgrade (especially if you have a remote KVM or other console access).