From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 02:32:45 2005 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 8E45816A4CE for ; Wed, 26 Jan 2005 02:32:45 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA1A343D1F for ; Wed, 26 Jan 2005 02:32:42 +0000 (GMT) (envelope-from jxkoepk@gmail.com) Received: by wproxy.gmail.com with SMTP id 63so73034wri for ; Tue, 25 Jan 2005 18:32:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=BFYtTEj35PGC77n9JX9FAAbW6HO4PI72JddSl+fepkI5fWqSkysymHn46vs+qWr656vDbPe3RS3WVemF2VCAa9OpP/nr5VlqPmkK3Jvr8pzo0PC8U8P2CMIYQ0W5WuSKj27a0RfMmly1woi+L3kSq0aYrKLA85cKM0zrx8my3/s= Received: by 10.54.20.30 with SMTP id 30mr164907wrt; Tue, 25 Jan 2005 18:32:39 -0800 (PST) Received: by 10.54.17.76 with HTTP; Tue, 25 Jan 2005 18:32:39 -0800 (PST) Message-ID: Date: Tue, 25 Jan 2005 18:32:39 -0800 From: John Koepke To: Ken Hawkins In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-questions@freebsd.org Subject: Re: port newbie question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Koepke List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 02:32:45 -0000 > I think this is a simple thing to do and i need to be running apache13 > with php. how can i clean this up and set up apache13 along with php4? > > is there an easy way to wipe out all traces of apache and php to start > from scratch? > > thanks, > ken; If I remeber correcly run "make config" that will allow you to access the options menu and remove the X near the Apache2 Then run "make install clean" and you shoud be good to go.