From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 16:09:49 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 865E516A403 for ; Fri, 16 Mar 2007 16:09:49 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-75-87-219-217.new.res.rr.com [75.87.219.217]) by mx1.freebsd.org (Postfix) with ESMTP id D677013C483 for ; Fri, 16 Mar 2007 16:09:48 +0000 (UTC) (envelope-from doug@polands.org) Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id l2GGCw7f006971 for ; Fri, 16 Mar 2007 11:12:58 -0500 (CDT) (envelope-from doug@polands.org) Received: from 69.129.174.18 (proxying for 192.168.1.13) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Fri, 16 Mar 2007 11:06:41 -0500 (CDT) Message-ID: <50887.69.129.174.18.1174061201.squirrel@email.polands.org> Date: Fri, 16 Mar 2007 11:06:41 -0500 (CDT) From: "Doug Poland" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV 0.88.4/2850/Fri Mar 16 05:05:03 2007 on corinth.polands.org X-Virus-Status: Clean Cc: Subject: Portupgrade and replacing apache 1.3.37 with apache 2.2.4 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, 16 Mar 2007 16:09:49 -0000 Hello, I'm running FreeBSD 6.2-STABLE on an i386 test box with apache 1.3.37/PHP-5/MySQL-5. As the subject says, I'd like to replace apache 1.3 with apache 2.2. I understand httpd.conf will change and that I'll have to edit that by hand, but is there a portupgrade command that will remove 1.3.37, install 2.2.4, and rebuild all apache dependent programs? I'm thinking something like: # portupgrade -R -f -o www/apache22 www/apache13-modssl -- Regards, Doug