From owner-freebsd-stable Tue Sep 19 7:11:33 2000 Delivered-To: freebsd-stable@freebsd.org Received: from gifw.genroco.com (genroco.com [205.254.195.202]) by hub.freebsd.org (Postfix) with ESMTP id B4F6A37B423 for ; Tue, 19 Sep 2000 07:11:30 -0700 (PDT) Received: from gi2.genroco.com (gi2.genroco.com [192.133.120.3]) by gifw.genroco.com (8.9.3/8.9.3) with ESMTP id JAA06997; Tue, 19 Sep 2000 09:11:30 -0500 Received: from scot.genroco.com (scot.genroco.com [192.133.120.125]) by gi2.genroco.com (8.9.3/8.9.3) with SMTP id JAA08592; Tue, 19 Sep 2000 09:11:29 -0500 Message-ID: <011401c02243$81b74a00$7d7885c0@genroco.com> From: "Scot W. Hetzel" To: "fbsd stable" , References: <20000919092645.31703.qmail@web9007.mail.yahoo.com> Subject: Re: apach+ssl+php port Date: Tue, 19 Sep 2000 09:11:28 -0500 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 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "fbsd stable" > ... one question though, if i have just the plain > apache-1.3.12 installed and would want to install it > with FP extensions, would i have to uninstall > apache-1.3.12 first then install apache13-fp ?or is it > ok to install the apache13-fp port right away? i am > running FBSD-4.1 stable though ... > To go from apache13 -> apache13-fp: 1. Build the apache13-fp port cd /usr/ports/www/apache13-fp make build 2. Edit /usr/local/etc/apache/httpd.conf, change "AllowOverride: None" to "AllowOverride: All" for the Document Root. NOTE: Needed for fpsrvadm.exe during install. 3. Stop apache13 & uninstall apache13 /usr/local/etc/rc.d/apache.sh stop pkg_delete apache-1.3.12 4. Install apache13-fp make install 5. Compare httpd.conf with httpd.conf-default 6. Start apache13-fp /usr/local/etc/rc.d/apache.sh start Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message