From owner-freebsd-questions@FreeBSD.ORG Sun Jun 19 23:02:48 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 AD18916A41C for ; Sun, 19 Jun 2005 23:02:48 +0000 (GMT) (envelope-from nicholas.henry@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B9CB43D48 for ; Sun, 19 Jun 2005 23:02:48 +0000 (GMT) (envelope-from nicholas.henry@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so532764nzk for ; Sun, 19 Jun 2005 16:02:47 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=j/RIfwmGD+gXx1aAE67W5WcHIr+4fkIM9fMNyiAbf6QleAeIYHiv/zwhvrTw0qmGfEf79RxNhgyTyFKr4IOxcLapz8jLUooP5USJkprnJrw9MkgHCn6OccuGgyF9iqIx4+2VykXntRsBvzObSoVgVlu377MYfjL1haw0MNRlwPI= Received: by 10.36.43.9 with SMTP id q9mr2770286nzq; Sun, 19 Jun 2005 16:02:47 -0700 (PDT) Received: by 10.36.81.9 with HTTP; Sun, 19 Jun 2005 16:02:47 -0700 (PDT) Message-ID: Date: Sun, 19 Jun 2005 19:02:47 -0400 From: Nicholas Henry To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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: Sun, 19 Jun 2005 23:02:48 -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