From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 15:20:07 2003 Return-Path: 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 E142A16A4BF for ; Wed, 10 Sep 2003 15:20:07 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76EB543FE3 for ; Wed, 10 Sep 2003 15:20:05 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19xDJh-0001hz-00 for ; Thu, 11 Sep 2003 00:20:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19xDJg-0001hr-00 for ; Thu, 11 Sep 2003 00:20:00 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19xDJj-0007sp-00 for ; Thu, 11 Sep 2003 00:20:03 +0200 From: culley harrelson Date: Wed, 10 Sep 2003 15:19:04 -0700 Lines: 48 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en In-Reply-To: Sender: news Subject: Re: apache13 to apache13-modssl port migration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 22:20:08 -0000 > > The transition is easy. > > 1) deinstall all your ports(modules) depended on apache13 > 2) install apache13-modssl. > 3) recompile all ports(modules) > > You can use apache13-modssl just as a replacment to apache13. > But apache13-modssl uses extrand API, so you have to > recompile all apache modules with "apache13-modssl" installed. > > all modules will build, install and run fine, maybe portupgrade > will see wrong dependencys. > > some ports suports this very well using in /etc/make.conf > APACHE_PORT= www/apache13-modssl > > still some ports use a "obsolete" setting like: > APACHE_PORT= ${PORTSDIR}/www/apache13-modssl > AP_PORT= www/apache13-modssl > AP_PORT= apache13-modssl > > This might be improved after The 4.9 Release > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/32604 > > kind regards Dirk Would you avoid portupgrade for this? I am a little shaky in the knees at this prospect. This is on a production web server getting over 1 million page views per day. I use mod_php4, mod_auth_pgsql, mod_gzip, mailman, and I have some other ports installed like squirrelmail, mnogosearch, a bunch of pear libraries (not even sure if they are dependent on apache13), phpMyAdmin and probably a few other things I haven't even thought of. Once this is done do all these ports change to think they are dependent on apache13-modssl rather than www/apache13? culley