From owner-freebsd-questions@FreeBSD.ORG Mon Jun 20 17:29:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 90C7C16A41C for ; Mon, 20 Jun 2005 17:29:15 +0000 (GMT) (envelope-from nicholas.henry@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E2443D1F for ; Mon, 20 Jun 2005 17:29:15 +0000 (GMT) (envelope-from nicholas.henry@gmail.com) Received: by zproxy.gmail.com with SMTP id 18so156503nzp for ; Mon, 20 Jun 2005 10:29:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tNMubqaILYoDYC51h6OS4o9yx6oMr0G1LohY+x5+meASk9EPr2WrkuP6Rrl224uDjCKmA+q5IE/4s3IC7fzABsH5R015UzeOU5bM+wQAQcaUyzwLtHFnHG++yru8kMSUfPI9MzAIHi52TWGOmUtAoFHb7d3YqyrG7LcQ0z2GY1k= Received: by 10.36.89.14 with SMTP id m14mr3162322nzb; Mon, 20 Jun 2005 10:29:14 -0700 (PDT) Received: by 10.36.81.9 with HTTP; Mon, 20 Jun 2005 10:29:13 -0700 (PDT) Message-ID: Date: Mon, 20 Jun 2005 13:29:13 -0400 From: Nicholas Henry To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Installing Apache 2 with custom options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nicholas Henry List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 17:29:15 -0000 FreeBSD 5.3-RELEASE (GENERIC) #0: Fri Nov 5 04:19:18 UTC 2004 I have apache2 running which I installed from ports. All is running well. I would like to install the proxy module. As I'm relatively new to FreeBSD and Unix I'm not sure which is the best way to go. Is there a way to change the config options before doing a make. How do I do this so I add to the existing config options with out "overwriting them". Can you do this with ports? Any help would be much appreciated. Cheers, Nicholas