From owner-freebsd-questions@FreeBSD.ORG Tue May 20 01:02:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B6DB1065671 for ; Tue, 20 May 2008 01:02:17 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 5759F8FC1E for ; Tue, 20 May 2008 01:02:17 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.14.2/8.14.2) with ESMTP id m4K11si8051526; Mon, 19 May 2008 20:01:57 -0500 (CDT) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20080519195828.024ea510@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 19 May 2008 19:59:38 -0500 To: montag@activeattack.com, freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <61701.192.168.1.107.1211168655.squirrel@192.168.1.112> References: <61701.192.168.1.107.1211168655.squirrel@192.168.1.112> Mime-Version: 1.0 X-Antivirus: avast! (VPS 080519-0, 05/19/2008), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV 0.93/6806/Wed Apr 16 15:50:16 2008 on betty.computinginnovations.com X-Virus-Status: Clean X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m4K11si8051526 X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Adding Modules to Apache Port Post Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 01:02:17 -0000 At 10:44 PM 5/18/2008, montag@activeattack.com wrote: >Hello, > >I configured and installed an Apache server on my FreeBSD box about a week >or so back. Now I'm looking into installing subversion using this guide: > >http://www.onlamp.com/pub/a/bsd/2007/09/27/subversion-for-bsd-with-all-the-bells-and-whistles.html > >I notice that the guide complies Apache with WITH_BERKELEYDB=db42 and >WITH_MPM=worker, which I did not do. Any way to add these without >recompiling and losing everything? > >Regards, > >montag > do: cd /usr/ports/www/apache22 make config Then pick the modules you want and rebuild and reinstall. If you didn't do: make clean It will use what you already have built. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.