From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 22:31:13 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 9F43816A4BF for ; Tue, 9 Sep 2003 22:31:13 -0700 (PDT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8137143F93 for ; Tue, 9 Sep 2003 22:31:12 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out006.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030910053111.PYDG5302.out006.verizon.net@duron.pcmedx.com>; Wed, 10 Sep 2003 00:31:11 -0500 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id E7FC8ACA1; Tue, 9 Sep 2003 22:31:10 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 4CECFAC56; Tue, 9 Sep 2003 22:31:10 -0700 (PDT) Message-ID: <000801c3775c$c15dea80$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: Date: Tue, 9 Sep 2003 22:31:16 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [4.46.22.189] at Wed, 10 Sep 2003 00:31:11 -0500 cc: culley harrelson 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 05:31:13 -0000 Don't install it on top of you old installation. cd /usr/ports/www/apache13 make deinstall - or - pkg_delete -f apache-1.3.xx Then: cd /usr/ports/www/apache13-modssl make install clean make certificate (optional) Your original httpd.conf won't be deleted. You can use the new one (httpd.conf-dist) as a reference for the SSL directives and migrate your settings. You should also manually replace the old startup script with the new one (apache.sh-sample) as it is slightly different (it enables mod_ssl at startup). > I am currently running /usr/ports/www/apache13 and I want to switch to > /usr/ports/www/apache13-modssl. Has anyone make this transition? I > don't know what to expect and I don't have a freebsd test box right now. > I am worried about the ports dependent on apache13-- what happens to > them if I just install apache13-modssl on top? I do use portupgrade.